Html Css Color HEX #164FCC Cerulean Blue

📋 copy color: '#164FCC'

red 22 ◦ green 79 ◦ blue 204

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

Shades of Cerulean Blue #164FCC

Tints of Cerulean Blue #164FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

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

R = 7.21%
G = 25.9%
B = 66.89%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#164FCC (or 0x164FCC) is known color: Cerulean Blue. HEX triplet: 16, 4F and CC. RGB value is (22,79,204). Sum of RGB (Red+Green+Blue) = 22+79+204=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #164FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FCC is #E9B033. Grayscale: #4B4B4B. Windows color (decimal): -15314996 or 13389590. OLE color: 13389590.

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

Color convert

RGB 22 79 204 -
CMYK 0.89 0.61 0 0.2
HSL 221.21º 0.81% 0.44% -
HSV(B) 221.21º 0.89% 0.8% -
XYZ 14.03 10.12 58.34 -
YUV 76.21 200.12 89.34 -
System Red Green Blue C M Y K H S L
Decimal 22 79 204 0.89 0.61 0 0.2 221.21 0.81 0.44
Hex 16 4F CC 59 3D 0 14 DD 51 2C
Octal 26 117 314 131 75 0 24 335 121 54
Binary 10110 1001111 11001100 1011001 111101 0 10100 11011101 1010001 101100

Color Harmonies of #164FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164FCC

Black with #164FCC

Text Example


Text Example

White with #164FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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