#164ED1

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

Shades of Cerulean Blue #164ED1

Tints of Cerulean Blue #164ED1

Color information

#164ED1 (or 0x164ED1) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4E and D1. RGB value is (22,78,209). Sum of RGB (Red+Green+Blue) = 22+78+209=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #164ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ED1 is #E9B12E. Grayscale: #4B4B4B. Windows color (decimal): -15315247 or 13717014. OLE color: 13717014.

HSL color Cylindrical-coordinate representation of color #164ED1: hue angle of 222.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164ED1 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2278209-
CMYK0.890.6300.18
HSL222.03º80.95%45.29%-
HSV(B)222.03º89.47%81.96%-
XYZ14.5610.2261.53-
YUV76.19202.9589.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 209 (82.03% from 255) = 67.64%
R=7.12%
G=25.24%
B=67.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal22782090.890.6300.18222.0380.9545.29
Hex164ED1593F012de512d
Octal261163211317702233612155
Binary101101001110110100011011001111111010010110111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164ED1; }

 p { color: rgb(22,78,209); }

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

<style>
 a { background-color: #164ED1; }

 a { background-color: rgb(22,78,209); }

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

<style>
 span { border-color: #164ED1; }

 span { border-color: rgb(22,78,209); }

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