Html Css Color HEX #164CDC Cerulean Blue

📋 copy color: '#164CDC'

red 22 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #164CDC

Tints of Cerulean Blue #164CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

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

R = 6.92%
G = 23.9%
B = 69.18%

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

#164CDC (or 0x164CDC) is known color: Cerulean Blue. HEX triplet: 16, 4C and DC. RGB value is (22,76,220). Sum of RGB (Red+Green+Blue) = 22+76+220=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #164CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CDC is #E9B323. Grayscale: #4B4B4B. Windows color (decimal): -15315748 or 14437398. OLE color: 14437398.

HSL color Cylindrical-coordinate representation of color #164CDC: hue angle of 223.64º 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 #164CDC is Cyan = 0.9, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 76 220 -
CMYK 0.9 0.65 0 0.14
HSL 223.64º 0.82% 0.47% -
HSV(B) 223.64º 0.9% 0.86% -
XYZ 15.83 10.51 68.9 -
YUV 76.27 209.11 89.29 -
System Red Green Blue C M Y K H S L
Decimal 22 76 220 0.9 0.65 0 0.14 223.64 0.82 0.47
Hex 16 4C DC 5A 41 0 E E0 52 2F
Octal 26 114 334 132 101 0 16 340 122 57
Binary 10110 1001100 11011100 1011010 1000001 0 1110 11100000 1010010 101111

Color Harmonies of #164CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CDC

Black with #164CDC

Text Example


Text Example

White with #164CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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