#274EDE

Color #274EDE Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #274EDE

Tints of Cerulean Blue #274EDE

Color information

#274EDE (or 0x274EDE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4E and DE. RGB value is (39,78,222). Sum of RGB (Red+Green+Blue) = 39+78+222=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #274EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EDE is #D8B121. Grayscale: #525252. Windows color (decimal): -14201122 or 14568999. OLE color: 14568999.

HSL color Cylindrical-coordinate representation of color #274EDE: hue angle of 227.21º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274EDE is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3978222-
CMYK0.820.6500.13
HSL227.21º73.49%51.18%-
HSV(B)227.21º82.43%87.06%-
XYZ16.7511.1570.38-
YUV82.76206.5896.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 11.50%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 222 (87.11% from 255) = 65.49%
R=11.50%
G=23.01%
B=65.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39782220.820.6500.13227.2173.4951.18
Hex274EDE52410De34933
Octal4711633612210101534311163
Binary1001111001110110111101010010100000101101111000111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274EDE; }

 p { color: rgb(39,78,222); }

 H1.HeaderClassName
 {
   color: #274EDE;
 }
 .AnyTagClassName
 {
   color: #274EDE;
 }
</style>
background-color css

<style>
 a { background-color: #274EDE; }

 a { background-color: rgb(39,78,222); }

 div.DivClassName
 {
   background-color: #274EDE;
 }
 .BgClassName
 {
   background-color: #274EDE;
 }
</style>
border-color css

<style>
 span { border-color: #274EDE; }

 span { border-color: rgb(39,78,222); }

 td.TdClassName
 {
   border-color: #274EDE;
 }
 .TagClassName
 {
   border-color: #274EDE;
 }
</style>