Html Css Color HEX #164CE5 Cerulean Blue

📋 copy color: '#164CE5'

red 22 ◦ green 76 ◦ blue 229

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

Shades of Cerulean Blue #164CE5

Tints of Cerulean Blue #164CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 70.03%

R = 6.73%
G = 23.24%
B = 70.03%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#164CE5 (or 0x164CE5) is known color: Cerulean Blue. HEX triplet: 16, 4C and E5. RGB value is (22,76,229). Sum of RGB (Red+Green+Blue) = 22+76+229=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #164CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CE5 is #E9B31A. Grayscale: #4C4C4C. Windows color (decimal): -15315739 or 15027222. OLE color: 15027222.

HSL color Cylindrical-coordinate representation of color #164CE5: hue angle of 224.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164CE5 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 22 76 229 -
CMYK 0.90 0.67 0 0.10
HSL 224.35º 0.82% 0.49% -
HSV(B) 224.35º 0.9% 0.9% -
XYZ 17.06 11 75.35 -
YUV 77.3 213.61 88.56 -
System Red Green Blue C M Y K H S L
Decimal 22 76 229 0.90 0.67 0 0.10 224.35 0.82 0.49
Hex 16 4C E5 5A 43 0 A E0 52 31
Octal 26 114 345 132 103 0 12 340 122 61
Binary 10110 1001100 11100101 1011010 1000011 0 1010 11100000 1010010 110001

Color Harmonies of #164CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CE5

Black with #164CE5

Text Example


Text Example

White with #164CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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