Html Css Color HEX #164DC9 Cerulean Blue

📋 copy color: '#164DC9'

red 22 ◦ green 77 ◦ blue 201

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

Shades of Cerulean Blue #164DC9

Tints of Cerulean Blue #164DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67%

R = 7.33%
G = 25.67%
B = 67%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#164DC9 (or 0x164DC9) is known color: Cerulean Blue. HEX triplet: 16, 4D and C9. RGB value is (22,77,201). Sum of RGB (Red+Green+Blue) = 22+77+201=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #164DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DC9 is #E9B236. Grayscale: #4A4A4A. Windows color (decimal): -15315511 or 13192470. OLE color: 13192470.

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

Color convert

RGB 22 77 201 -
CMYK 0.89 0.62 0 0.21
HSL 221.56º 0.8% 0.44% -
HSV(B) 221.56º 0.89% 0.79% -
XYZ 13.53 9.7 56.42 -
YUV 74.69 199.28 90.42 -
System Red Green Blue C M Y K H S L
Decimal 22 77 201 0.89 0.62 0 0.21 221.56 0.8 0.44
Hex 16 4D C9 59 3E 0 15 DE 50 2C
Octal 26 115 311 131 76 0 25 336 120 54
Binary 10110 1001101 11001001 1011001 111110 0 10101 11011110 1010000 101100

Color Harmonies of #164DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DC9

Black with #164DC9

Text Example


Text Example

White with #164DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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