Html Css Color HEX #164DD2 Cerulean Blue

📋 copy color: '#164DD2'

red 22 ◦ green 77 ◦ blue 210

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

Shades of Cerulean Blue #164DD2

Tints of Cerulean Blue #164DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 67.96%

R = 7.12%
G = 24.92%
B = 67.96%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#164DD2 (or 0x164DD2) is known color: Cerulean Blue. HEX triplet: 16, 4D and D2. RGB value is (22,77,210). Sum of RGB (Red+Green+Blue) = 22+77+210=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #164DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DD2 is #E9B22D. Grayscale: #4B4B4B. Windows color (decimal): -15315502 or 13782294. OLE color: 13782294.

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

Color convert

RGB 22 77 210 -
CMYK 0.90 0.63 0 0.18
HSL 222.45º 0.81% 0.45% -
HSV(B) 222.45º 0.9% 0.82% -
XYZ 14.62 10.13 62.16 -
YUV 75.72 203.78 89.69 -
System Red Green Blue C M Y K H S L
Decimal 22 77 210 0.90 0.63 0 0.18 222.45 0.81 0.45
Hex 16 4D D2 5A 3F 0 12 DE 51 2D
Octal 26 115 322 132 77 0 22 336 121 55
Binary 10110 1001101 11010010 1011010 111111 0 10010 11011110 1010001 101101

Color Harmonies of #164DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DD2

Black with #164DD2

Text Example


Text Example

White with #164DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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