#264BBE

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

Shades of Cerulean Blue #264BBE

Tints of Cerulean Blue #264BBE

Color information

#264BBE (or 0x264BBE) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4B and BE. RGB value is (38,75,190). Sum of RGB (Red+Green+Blue) = 38+75+190=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #264BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BBE is #D9B441. Grayscale: #4C4C4C. Windows color (decimal): -14267458 or 12471078. OLE color: 12471078.

HSL color Cylindrical-coordinate representation of color #264BBE: hue angle of 225.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264BBE is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3875190-
CMYK0.80.6100.25
HSL225.39º66.67%44.71%-
HSV(B)225.39º80%74.51%-
XYZ12.619.1649.82-
YUV77.05191.74100.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 190 (74.61% from 255) = 62.71%
R=12.54%
G=24.75%
B=62.71%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38751900.80.6100.25225.3966.6744.71
Hex264BBE503D019e1432d
Octal461132761207503134110355
Binary1001101001011101111101010000111101011001111000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,75,190); }

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

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

 a { background-color: rgb(38,75,190); }

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

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

 span { border-color: rgb(38,75,190); }

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