Html Css Color HEX #164DD0 Cerulean Blue

📋 copy color: '#164DD0'

red 22 ◦ green 77 ◦ blue 208

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

Shades of Cerulean Blue #164DD0

Tints of Cerulean Blue #164DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.75%

R = 7.17%
G = 25.08%
B = 67.75%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#164DD0 (or 0x164DD0) is known color: Cerulean Blue. HEX triplet: 16, 4D and D0. RGB value is (22,77,208). Sum of RGB (Red+Green+Blue) = 22+77+208=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #164DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DD0 is #E9B22F. Grayscale: #4A4A4A. Windows color (decimal): -15315504 or 13651222. OLE color: 13651222.

HSL color Cylindrical-coordinate representation of color #164DD0: hue angle of 222.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164DD0 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 22 77 208 -
CMYK 0.89 0.63 0 0.18
HSL 222.26º 0.81% 0.45% -
HSV(B) 222.26º 0.89% 0.82% -
XYZ 14.37 10.03 60.85 -
YUV 75.49 202.78 89.85 -
System Red Green Blue C M Y K H S L
Decimal 22 77 208 0.89 0.63 0 0.18 222.26 0.81 0.45
Hex 16 4D D0 59 3F 0 12 DE 51 2D
Octal 26 115 320 131 77 0 22 336 121 55
Binary 10110 1001101 11010000 1011001 111111 0 10010 11011110 1010001 101101

Color Harmonies of #164DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DD0

Black with #164DD0

Text Example


Text Example

White with #164DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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