Html Css Color HEX #164DCC Cerulean Blue

📋 copy color: '#164DCC'

red 22 ◦ green 77 ◦ blue 204

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

Shades of Cerulean Blue #164DCC

Tints of Cerulean Blue #164DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 7.26%
G = 25.41%
B = 67.33%

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

#164DCC (or 0x164DCC) is known color: Cerulean Blue. HEX triplet: 16, 4D and CC. RGB value is (22,77,204). Sum of RGB (Red+Green+Blue) = 22+77+204=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #164DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DCC is #E9B233. Grayscale: #4A4A4A. Windows color (decimal): -15315508 or 13389078. OLE color: 13389078.

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

Color convert

RGB 22 77 204 -
CMYK 0.89 0.62 0 0.2
HSL 221.87º 0.81% 0.44% -
HSV(B) 221.87º 0.89% 0.8% -
XYZ 13.88 9.84 58.29 -
YUV 75.03 200.78 90.17 -
System Red Green Blue C M Y K H S L
Decimal 22 77 204 0.89 0.62 0 0.2 221.87 0.81 0.44
Hex 16 4D CC 59 3E 0 14 DE 51 2C
Octal 26 115 314 131 76 0 24 336 121 54
Binary 10110 1001101 11001100 1011001 111110 0 10100 11011110 1010001 101100

Color Harmonies of #164DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DCC

Black with #164DCC

Text Example


Text Example

White with #164DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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