#264DBD

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

Shades of Cerulean Blue #264DBD

Tints of Cerulean Blue #264DBD

Color information

#264DBD (or 0x264DBD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and BD. RGB value is (38,77,189). Sum of RGB (Red+Green+Blue) = 38+77+189=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #264DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBD is #D9B242. Grayscale: #4D4D4D. Windows color (decimal): -14266947 or 12406054. OLE color: 12406054.

HSL color Cylindrical-coordinate representation of color #264DBD: hue angle of 224.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264DBD is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3877189-
CMYK0.800.5900.26
HSL224.5º66.52%44.51%-
HSV(B)224.5º79.89%74.12%-
XYZ12.649.3949.29-
YUV78.11190.5899.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.5%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 189 (74.22% from 255) = 62.17%
R=12.5%
G=25.33%
B=62.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38771890.800.5900.26224.566.5244.51
Hex264DBD503B01Ae1432d
Octal461152751207303234110355
Binary1001101001101101111011010000111011011010111000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,77,189); }

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

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

 a { background-color: rgb(38,77,189); }

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

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

 span { border-color: rgb(38,77,189); }

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