Html Css Color HEX #164CE1 Cerulean Blue

📋 copy color: '#164CE1'

red 22 ◦ green 76 ◦ blue 225

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

Shades of Cerulean Blue #164CE1

Tints of Cerulean Blue #164CE1

RGB

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

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

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

R = 6.81%
G = 23.53%
B = 69.66%

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

#164CE1 (or 0x164CE1) is known color: Cerulean Blue. HEX triplet: 16, 4C and E1. RGB value is (22,76,225). Sum of RGB (Red+Green+Blue) = 22+76+225=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #164CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CE1 is #E9B31E. Grayscale: #4C4C4C. Windows color (decimal): -15315743 or 14765078. OLE color: 14765078.

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

Color convert

RGB 22 76 225 -
CMYK 0.90 0.66 0 0.12
HSL 224.04º 0.82% 0.48% -
HSV(B) 224.04º 0.9% 0.88% -
XYZ 16.51 10.78 72.44 -
YUV 76.84 211.61 88.88 -
System Red Green Blue C M Y K H S L
Decimal 22 76 225 0.90 0.66 0 0.12 224.04 0.82 0.48
Hex 16 4C E1 5A 42 0 C E0 52 30
Octal 26 114 341 132 102 0 14 340 122 60
Binary 10110 1001100 11100001 1011010 1000010 0 1100 11100000 1010010 110000

Color Harmonies of #164CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CE1

Black with #164CE1

Text Example


Text Example

White with #164CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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