#164CD3

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

Shades of Cerulean Blue #164CD3

Tints of Cerulean Blue #164CD3

Color information

#164CD3 (or 0x164CD3) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4C and D3. RGB value is (22,76,211). Sum of RGB (Red+Green+Blue) = 22+76+211=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 211 (82.81% from 255 or 68.28% from 309); Max value from RGB is 211 - color contains mainly: blue. Hex color #164CD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CD3 is #E9B32C. Grayscale: #4A4A4A. Windows color (decimal): -15315757 or 13847574. OLE color: 13847574.

HSL color Cylindrical-coordinate representation of color #164CD3: hue angle of 222.86º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164CD3 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2276211-
CMYK0.900.6400.17
HSL222.86º81.12%45.69%-
HSV(B)222.86º89.57%82.75%-
XYZ14.6710.0462.79-
YUV75.24204.6190.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 211 (82.81% from 255) = 68.28%
R=7.12%
G=24.60%
B=68.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal22762110.900.6400.17222.8681.1245.69
Hex164CD35A40011df512e
Octal2611432313210002133712156
Binary1011010011001101001110110101000000010001110111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,76,211); }

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

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

 a { background-color: rgb(22,76,211); }

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

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

 span { border-color: rgb(22,76,211); }

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