Html Css Color HEX #164ED8 Cerulean Blue

📋 copy color: '#164ED8'

red 22 ◦ green 78 ◦ blue 216

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

Shades of Cerulean Blue #164ED8

Tints of Cerulean Blue #164ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 216 (84.77% from 255) = 68.35%

R = 6.96%
G = 24.68%
B = 68.35%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#164ED8 (or 0x164ED8) is known color: Cerulean Blue. HEX triplet: 16, 4E and D8. RGB value is (22,78,216). Sum of RGB (Red+Green+Blue) = 22+78+216=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #164ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ED8 is #E9B127. Grayscale: #4C4C4C. Windows color (decimal): -15315240 or 14175766. OLE color: 14175766.

HSL color Cylindrical-coordinate representation of color #164ED8: hue angle of 222.68º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164ED8 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 78 216 -
CMYK 0.90 0.64 0 0.15
HSL 222.68º 0.82% 0.47% -
HSV(B) 222.68º 0.9% 0.85% -
XYZ 15.45 10.58 66.19 -
YUV 76.99 206.45 88.78 -
System Red Green Blue C M Y K H S L
Decimal 22 78 216 0.90 0.64 0 0.15 222.68 0.82 0.47
Hex 16 4E D8 5A 40 0 F DF 52 2F
Octal 26 116 330 132 100 0 17 337 122 57
Binary 10110 1001110 11011000 1011010 1000000 0 1111 11011111 1010010 101111

Color Harmonies of #164ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ED8

Black with #164ED8

Text Example


Text Example

White with #164ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,78,216); }

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

background-color css

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

 a { background-color: rgb(22,78,216); }

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

border-color css

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

 span { border-color: rgb(22,78,216); }

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