Html Css Color HEX #164AE0 Cerulean Blue

📋 copy color: '#164AE0'

red 22 ◦ green 74 ◦ blue 224

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

Shades of Cerulean Blue #164AE0

Tints of Cerulean Blue #164AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

 BLUE value IS 224 (87.89% from 255) = 70%

R = 6.88%
G = 23.13%
B = 70%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#164AE0 (or 0x164AE0) is known color: Cerulean Blue. HEX triplet: 16, 4A and E0. RGB value is (22,74,224). Sum of RGB (Red+Green+Blue) = 22+74+224=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #164AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AE0 is #E9B51F. Grayscale: #4A4A4A. Windows color (decimal): -15316256 or 14699030. OLE color: 14699030.

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

Color convert

RGB 22 74 224 -
CMYK 0.90 0.67 0 0.12
HSL 224.55º 0.82% 0.48% -
HSV(B) 224.55º 0.9% 0.88% -
XYZ 16.23 10.45 71.68 -
YUV 75.55 211.77 89.8 -
System Red Green Blue C M Y K H S L
Decimal 22 74 224 0.90 0.67 0 0.12 224.55 0.82 0.48
Hex 16 4A E0 5A 43 0 C E1 52 30
Octal 26 112 340 132 103 0 14 341 122 60
Binary 10110 1001010 11100000 1011010 1000011 0 1100 11100001 1010010 110000

Color Harmonies of #164AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164AE0

Black with #164AE0

Text Example


Text Example

White with #164AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,74,224); }

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

background-color css

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

 a { background-color: rgb(22,74,224); }

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

border-color css

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

 span { border-color: rgb(22,74,224); }

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