Html Css Color HEX #164DDD Cerulean Blue

📋 copy color: '#164DDD'

red 22 ◦ green 77 ◦ blue 221

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

Shades of Cerulean Blue #164DDD

Tints of Cerulean Blue #164DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 6.88%
G = 24.06%
B = 69.06%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#164DDD (or 0x164DDD) is known color: Cerulean Blue. HEX triplet: 16, 4D and DD. RGB value is (22,77,221). Sum of RGB (Red+Green+Blue) = 22+77+221=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #164DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DDD is #E9B222. Grayscale: #4C4C4C. Windows color (decimal): -15315491 or 14503190. OLE color: 14503190.

HSL color Cylindrical-coordinate representation of color #164DDD: hue angle of 223.42º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164DDD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 77 221 -
CMYK 0.90 0.65 0 0.13
HSL 223.42º 0.82% 0.48% -
HSV(B) 223.42º 0.9% 0.87% -
XYZ 16.04 10.7 69.63 -
YUV 76.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 22 77 221 0.90 0.65 0 0.13 223.42 0.82 0.48
Hex 16 4D DD 5A 41 0 D DF 52 30
Octal 26 115 335 132 101 0 15 337 122 60
Binary 10110 1001101 11011101 1011010 1000001 0 1101 11011111 1010010 110000

Color Harmonies of #164DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DDD

Black with #164DDD

Text Example


Text Example

White with #164DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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