#264EB8

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

Shades of Cerulean Blue #264EB8

Tints of Cerulean Blue #264EB8

Color information

#264EB8 (or 0x264EB8) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and B8. RGB value is (38,78,184). Sum of RGB (Red+Green+Blue) = 38+78+184=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #264EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EB8 is #D9B147. Grayscale: #4D4D4D. Windows color (decimal): -14266696 or 12078630. OLE color: 12078630.

HSL color Cylindrical-coordinate representation of color #264EB8: hue angle of 223.56º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264EB8 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3878184-
CMYK0.790.5800.28
HSL223.56º65.77%43.53%-
HSV(B)223.56º79.35%72.16%-
XYZ12.189.3246.5-
YUV78.12187.7599.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 184 (72.27% from 255) = 61.33%
R=12.67%
G=26%
B=61.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal38781840.790.5800.28223.5665.7743.53
Hex264EB84F3A01Ce0422c
Octal461162701177203434010254
Binary1001101001110101110001001111111010011100111000001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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