Html Css Color HEX #164DDC Cerulean Blue

📋 copy color: '#164DDC'

red 22 ◦ green 77 ◦ blue 220

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

Shades of Cerulean Blue #164DDC

Tints of Cerulean Blue #164DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 6.9%
G = 24.14%
B = 68.97%

CMYK

 C value IS 0.9

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#164DDC (or 0x164DDC) is known color: Cerulean Blue. HEX triplet: 16, 4D and DC. RGB value is (22,77,220). Sum of RGB (Red+Green+Blue) = 22+77+220=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #164DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DDC is #E9B223. Grayscale: #4C4C4C. Windows color (decimal): -15315492 or 14437654. OLE color: 14437654.

HSL color Cylindrical-coordinate representation of color #164DDC: hue angle of 223.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164DDC is Cyan = 0.9, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 77 220 -
CMYK 0.9 0.65 0 0.14
HSL 223.33º 0.82% 0.47% -
HSV(B) 223.33º 0.9% 0.86% -
XYZ 15.9 10.65 68.93 -
YUV 76.86 208.78 88.87 -
System Red Green Blue C M Y K H S L
Decimal 22 77 220 0.9 0.65 0 0.14 223.33 0.82 0.47
Hex 16 4D DC 5A 41 0 E DF 52 2F
Octal 26 115 334 132 101 0 16 337 122 57
Binary 10110 1001101 11011100 1011010 1000001 0 1110 11011111 1010010 101111

Color Harmonies of #164DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DDC

Black with #164DDC

Text Example


Text Example

White with #164DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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