Html Css Color HEX #164ECC Cerulean Blue

📋 copy color: '#164ECC'

red 22 ◦ green 78 ◦ blue 204

#164ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #164ECC

Tints of Cerulean Blue #164ECC

RGB

 RED value IS 22 (8.98% from 255) = 7.24%

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 204 (80.08% from 255) = 67.11%

R = 7.24%
G = 25.66%
B = 67.11%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#164ECC (or 0x164ECC) is known color: Cerulean Blue. HEX triplet: 16, 4E and CC. RGB value is (22,78,204). Sum of RGB (Red+Green+Blue) = 22+78+204=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #164ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ECC is #E9B133. Grayscale: #4B4B4B. Windows color (decimal): -15315252 or 13389334. OLE color: 13389334.

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

Color convert

RGB 22 78 204 -
CMYK 0.89 0.62 0 0.2
HSL 221.54º 0.81% 0.44% -
HSV(B) 221.54º 0.89% 0.8% -
XYZ 13.95 9.98 58.32 -
YUV 75.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 22 78 204 0.89 0.62 0 0.2 221.54 0.81 0.44
Hex 16 4E CC 59 3E 0 14 DE 51 2C
Octal 26 116 314 131 76 0 24 336 121 54
Binary 10110 1001110 11001100 1011001 111110 0 10100 11011110 1010001 101100

Color Harmonies of #164ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ECC

Black with #164ECC

Text Example


Text Example

White with #164ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #164ECC;
 }
 .AnyTagClassName
 {
   color: #164ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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