#264DB1

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

Shades of Cerulean Blue #264DB1

Tints of Cerulean Blue #264DB1

Color information

#264DB1 (or 0x264DB1) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and B1. RGB value is (38,77,177). Sum of RGB (Red+Green+Blue) = 38+77+177=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #264DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DB1 is #D9B24E. Grayscale: #4C4C4C. Windows color (decimal): -14266959 or 11619622. OLE color: 11619622.

HSL color Cylindrical-coordinate representation of color #264DB1: hue angle of 223.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264DB1 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3877177-
CMYK0.790.5600.31
HSL223.17º64.65%42.16%-
HSV(B)223.17º78.53%69.41%-
XYZ11.398.8942.71-
YUV76.74184.58100.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=13.01%
G=26.37%
B=60.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38771770.790.5600.31223.1764.6542.16
Hex264DB14F3801Fdf412a
Octal461152611177003733710152
Binary1001101001101101100011001111111000011111110111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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