Html Css Color HEX #164CE0 Cerulean Blue

📋 copy color: '#164CE0'

red 22 ◦ green 76 ◦ blue 224

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

Shades of Cerulean Blue #164CE0

Tints of Cerulean Blue #164CE0

RGB

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

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

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

R = 6.83%
G = 23.6%
B = 69.57%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#164CE0 (or 0x164CE0) is known color: Cerulean Blue. HEX triplet: 16, 4C and E0. RGB value is (22,76,224). Sum of RGB (Red+Green+Blue) = 22+76+224=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #164CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CE0 is #E9B31F. Grayscale: #4C4C4C. Windows color (decimal): -15315744 or 14699542. OLE color: 14699542.

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

Color convert

RGB 22 76 224 -
CMYK 0.90 0.66 0 0.12
HSL 223.96º 0.82% 0.48% -
HSV(B) 223.96º 0.9% 0.88% -
XYZ 16.37 10.72 71.73 -
YUV 76.73 211.11 88.97 -
System Red Green Blue C M Y K H S L
Decimal 22 76 224 0.90 0.66 0 0.12 223.96 0.82 0.48
Hex 16 4C E0 5A 42 0 C E0 52 30
Octal 26 114 340 132 102 0 14 340 122 60
Binary 10110 1001100 11100000 1011010 1000010 0 1100 11100000 1010010 110000

Color Harmonies of #164CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CE0

Black with #164CE0

Text Example


Text Example

White with #164CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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