Html Css Color HEX #164EE1 Cerulean Blue

📋 copy color: '#164EE1'

red 22 ◦ green 78 ◦ blue 225

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

Shades of Cerulean Blue #164EE1

Tints of Cerulean Blue #164EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 69.23%

R = 6.77%
G = 24%
B = 69.23%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#164EE1 (or 0x164EE1) is known color: Cerulean Blue. HEX triplet: 16, 4E and E1. RGB value is (22,78,225). Sum of RGB (Red+Green+Blue) = 22+78+225=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 225 (88.28% from 255 or 69.23% from 325); Max value from RGB is 225 - color contains mainly: blue. Hex color #164EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EE1 is #E9B11E. Grayscale: #4D4D4D. Windows color (decimal): -15315231 or 14765590. OLE color: 14765590.

HSL color Cylindrical-coordinate representation of color #164EE1: hue angle of 223.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164EE1 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 22 78 225 -
CMYK 0.90 0.65 0 0.12
HSL 223.45º 0.82% 0.48% -
HSV(B) 223.45º 0.9% 0.88% -
XYZ 16.65 11.06 72.49 -
YUV 78.01 210.95 88.05 -
System Red Green Blue C M Y K H S L
Decimal 22 78 225 0.90 0.65 0 0.12 223.45 0.82 0.48
Hex 16 4E E1 5A 41 0 C DF 52 30
Octal 26 116 341 132 101 0 14 337 122 60
Binary 10110 1001110 11100001 1011010 1000001 0 1100 11011111 1010010 110000

Color Harmonies of #164EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164EE1

Black with #164EE1

Text Example


Text Example

White with #164EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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