#164FCE

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

Shades of Cerulean Blue #164FCE

Tints of Cerulean Blue #164FCE

Color information

#164FCE (or 0x164FCE) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4F and CE. RGB value is (22,79,206). Sum of RGB (Red+Green+Blue) = 22+79+206=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #164FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FCE is #E9B031. Grayscale: #4B4B4B. Windows color (decimal): -15314994 or 13520662. OLE color: 13520662.

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

Color convert

RGB2279206-
CMYK0.890.6200.19
HSL221.41º80.7%44.71%-
HSV(B)221.41º89.32%80.78%-
XYZ14.2710.2259.61-
YUV76.44201.1289.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 206 (80.86% from 255) = 67.10%
R=7.17%
G=25.73%
B=67.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal22792060.890.6200.19221.4180.744.71
Hex164FCE593E013dd512d
Octal261173161317602333512155
Binary101101001111110011101011001111110010011110111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,79,206); }

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

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

 a { background-color: rgb(22,79,206); }

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

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

 span { border-color: rgb(22,79,206); }

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