#264ED6

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

Shades of Cerulean Blue #264ED6

Tints of Cerulean Blue #264ED6

Color information

#264ED6 (or 0x264ED6) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and D6. RGB value is (38,78,214). Sum of RGB (Red+Green+Blue) = 38+78+214=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #264ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264ED6 is #D9B129. Grayscale: #505050. Windows color (decimal): -14266666 or 14044710. OLE color: 14044710.

HSL color Cylindrical-coordinate representation of color #264ED6: hue angle of 226.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #264ED6 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3878214-
CMYK0.820.6400.16
HSL226.36º69.84%49.41%-
HSV(B)226.36º82.24%83.92%-
XYZ15.6610.7264.86-
YUV81.54202.7596.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.52%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 214 (83.98% from 255) = 64.85%
R=11.52%
G=23.64%
B=64.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38782140.820.6400.16226.3669.8449.41
Hex264ED65240010e24631
Octal4611632612210002034210661
Binary10011010011101101011010100101000000010000111000101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264ED6; }

 p { color: rgb(38,78,214); }

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

<style>
 a { background-color: #264ED6; }

 a { background-color: rgb(38,78,214); }

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

<style>
 span { border-color: #264ED6; }

 span { border-color: rgb(38,78,214); }

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