Html Css Color HEX #164ED6 Cerulean Blue

📋 copy color: '#164ED6'

red 22 ◦ green 78 ◦ blue 214

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

Shades of Cerulean Blue #164ED6

Tints of Cerulean Blue #164ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 68.15%

R = 7.01%
G = 24.84%
B = 68.15%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#164ED6 (or 0x164ED6) is known color: Cerulean Blue. HEX triplet: 16, 4E and D6. RGB value is (22,78,214). Sum of RGB (Red+Green+Blue) = 22+78+214=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #164ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ED6 is #E9B129. Grayscale: #4C4C4C. Windows color (decimal): -15315242 or 14044694. OLE color: 14044694.

HSL color Cylindrical-coordinate representation of color #164ED6: hue angle of 222.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164ED6 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 78 214 -
CMYK 0.90 0.64 0 0.16
HSL 222.5º 0.81% 0.46% -
HSV(B) 222.5º 0.9% 0.84% -
XYZ 15.19 10.47 64.84 -
YUV 76.76 205.45 88.94 -
System Red Green Blue C M Y K H S L
Decimal 22 78 214 0.90 0.64 0 0.16 222.5 0.81 0.46
Hex 16 4E D6 5A 40 0 10 DE 51 2E
Octal 26 116 326 132 100 0 20 336 121 56
Binary 10110 1001110 11010110 1011010 1000000 0 10000 11011110 1010001 101110

Color Harmonies of #164ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ED6

Black with #164ED6

Text Example


Text Example

White with #164ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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