Html Css Color HEX #164AD9 Cerulean Blue

📋 copy color: '#164AD9'

red 22 ◦ green 74 ◦ blue 217

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

Shades of Cerulean Blue #164AD9

Tints of Cerulean Blue #164AD9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 217 (85.16% from 255) = 69.33%

R = 7.03%
G = 23.64%
B = 69.33%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#164AD9 (or 0x164AD9) is known color: Cerulean Blue. HEX triplet: 16, 4A and D9. RGB value is (22,74,217). Sum of RGB (Red+Green+Blue) = 22+74+217=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #164AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AD9 is #E9B526. Grayscale: #4A4A4A. Windows color (decimal): -15316263 or 14240278. OLE color: 14240278.

HSL color Cylindrical-coordinate representation of color #164AD9: hue angle of 224º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164AD9 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 74 217 -
CMYK 0.90 0.66 0 0.15
HSL 224º 0.82% 0.47% -
HSV(B) 224º 0.9% 0.85% -
XYZ 15.3 10.08 66.78 -
YUV 74.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 22 74 217 0.90 0.66 0 0.15 224 0.82 0.47
Hex 16 4A D9 5A 42 0 F E0 52 2F
Octal 26 112 331 132 102 0 17 340 122 57
Binary 10110 1001010 11011001 1011010 1000010 0 1111 11100000 1010010 101111

Color Harmonies of #164AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164AD9

Black with #164AD9

Text Example


Text Example

White with #164AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,74,217); }

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

background-color css

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

 a { background-color: rgb(22,74,217); }

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

border-color css

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

 span { border-color: rgb(22,74,217); }

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