#264DBE

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

Shades of Cerulean Blue #264DBE

Tints of Cerulean Blue #264DBE

Color information

#264DBE (or 0x264DBE) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and BE. RGB value is (38,77,190). Sum of RGB (Red+Green+Blue) = 38+77+190=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #264DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBE is #D9B241. Grayscale: #4D4D4D. Windows color (decimal): -14266946 or 12471590. OLE color: 12471590.

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

Color convert

RGB3877190-
CMYK0.80.5900.25
HSL224.61º66.67%44.71%-
HSV(B)224.61º80%74.51%-
XYZ12.759.4449.86-
YUV78.22191.0899.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=12.46%
G=25.25%
B=62.30%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38771900.80.5900.25224.6166.6744.71
Hex264DBE503B019e1432d
Octal461152761207303134110355
Binary1001101001101101111101010000111011011001111000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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