#164DD1

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

Shades of Cerulean Blue #164DD1

Tints of Cerulean Blue #164DD1

Color information

#164DD1 (or 0x164DD1) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4D and D1. RGB value is (22,77,209). Sum of RGB (Red+Green+Blue) = 22+77+209=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 209 (82.03% from 255 or 67.86% from 308); Max value from RGB is 209 - color contains mainly: blue. Hex color #164DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DD1 is #E9B22E. Grayscale: #4B4B4B. Windows color (decimal): -15315503 or 13716758. OLE color: 13716758.

HSL color Cylindrical-coordinate representation of color #164DD1: hue angle of 222.35º 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 #164DD1 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2277209-
CMYK0.890.6300.18
HSL222.35º80.95%45.29%-
HSV(B)222.35º89.47%81.96%-
XYZ14.4910.0861.5-
YUV75.6203.2889.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.14%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 67.86%
R=7.14%
G=25%
B=67.86%

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
Decimal22772090.890.6300.18222.3580.9545.29
Hex164DD1593F012de512d
Octal261153211317702233612155
Binary101101001101110100011011001111111010010110111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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