Html Css Color HEX #164AD6 Cerulean Blue

📋 copy color: '#164AD6'

red 22 ◦ green 74 ◦ blue 214

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

Shades of Cerulean Blue #164AD6

Tints of Cerulean Blue #164AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.03%

R = 7.1%
G = 23.87%
B = 69.03%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#164AD6 (or 0x164AD6) is known color: Cerulean Blue. HEX triplet: 16, 4A and D6. RGB value is (22,74,214). Sum of RGB (Red+Green+Blue) = 22+74+214=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #164AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AD6 is #E9B529. Grayscale: #494949. Windows color (decimal): -15316266 or 14043670. OLE color: 14043670.

HSL color Cylindrical-coordinate representation of color #164AD6: hue angle of 223.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164AD6 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 74 214 -
CMYK 0.90 0.65 0 0.16
HSL 223.75º 0.81% 0.46% -
HSV(B) 223.75º 0.9% 0.84% -
XYZ 14.92 9.92 64.75 -
YUV 74.41 206.77 90.62 -
System Red Green Blue C M Y K H S L
Decimal 22 74 214 0.90 0.65 0 0.16 223.75 0.81 0.46
Hex 16 4A D6 5A 41 0 10 E0 51 2E
Octal 26 112 326 132 101 0 20 340 121 56
Binary 10110 1001010 11010110 1011010 1000001 0 10000 11100000 1010001 101110

Color Harmonies of #164AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164AD6

Black with #164AD6

Text Example


Text Example

White with #164AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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