#264ECA

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

Shades of Cerulean Blue #264ECA

Tints of Cerulean Blue #264ECA

Color information

#264ECA (or 0x264ECA) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and CA. RGB value is (38,78,202). Sum of RGB (Red+Green+Blue) = 38+78+202=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #264ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264ECA is #D9B135. Grayscale: #4F4F4F. Windows color (decimal): -14266678 or 13258278. OLE color: 13258278.

HSL color Cylindrical-coordinate representation of color #264ECA: hue angle of 225.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264ECA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3878202-
CMYK0.810.6100.21
HSL225.37º68.33%47.06%-
HSV(B)225.37º81.19%79.22%-
XYZ14.1810.1357.08-
YUV80.18196.7597.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=11.95%
G=24.53%
B=63.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38782020.810.6100.21225.3768.3347.06
Hex264ECA513D015e1442f
Octal461163121217502534110457
Binary1001101001110110010101010001111101010101111000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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