Html Css Color HEX #164DE5 Cerulean Blue

📋 copy color: '#164DE5'

red 22 ◦ green 77 ◦ blue 229

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

Shades of Cerulean Blue #164DE5

Tints of Cerulean Blue #164DE5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.48%

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

R = 6.71%
G = 23.48%
B = 69.82%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#164DE5 (or 0x164DE5) is known color: Cerulean Blue. HEX triplet: 16, 4D and E5. RGB value is (22,77,229). Sum of RGB (Red+Green+Blue) = 22+77+229=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #164DE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DE5 is #E9B21A. Grayscale: #4D4D4D. Windows color (decimal): -15315483 or 15027478. OLE color: 15027478.

HSL color Cylindrical-coordinate representation of color #164DE5: hue angle of 224.06º 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 #164DE5 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 22 77 229 -
CMYK 0.90 0.66 0 0.10
HSL 224.06º 0.82% 0.49% -
HSV(B) 224.06º 0.9% 0.9% -
XYZ 17.13 11.14 75.38 -
YUV 77.88 213.28 88.14 -
System Red Green Blue C M Y K H S L
Decimal 22 77 229 0.90 0.66 0 0.10 224.06 0.82 0.49
Hex 16 4D E5 5A 42 0 A E0 52 31
Octal 26 115 345 132 102 0 12 340 122 61
Binary 10110 1001101 11100101 1011010 1000010 0 1010 11100000 1010010 110001

Color Harmonies of #164DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DE5

Black with #164DE5

Text Example


Text Example

White with #164DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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