#264DBF

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

Shades of Cerulean Blue #264DBF

Tints of Cerulean Blue #264DBF

Color information

#264DBF (or 0x264DBF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and BF. RGB value is (38,77,191). Sum of RGB (Red+Green+Blue) = 38+77+191=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #264DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBF is #D9B240. Grayscale: #4D4D4D. Windows color (decimal): -14266945 or 12537126. OLE color: 12537126.

HSL color Cylindrical-coordinate representation of color #264DBF: hue angle of 224.71º 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 #264DBF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3877191-
CMYK0.800.6000.25
HSL224.71º66.81%44.9%-
HSV(B)224.71º80.1%74.9%-
XYZ12.869.4850.44-
YUV78.34191.5899.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 191 (75% from 255) = 62.42%
R=12.42%
G=25.16%
B=62.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38771910.800.6000.25224.7166.8144.9
Hex264DBF503C019e1432d
Octal461152771207403134110355
Binary1001101001101101111111010000111100011001111000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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