Html Css Color HEX #164CE6 Cerulean Blue

📋 copy color: '#164CE6'

red 22 ◦ green 76 ◦ blue 230

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

Shades of Cerulean Blue #164CE6

Tints of Cerulean Blue #164CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 70.12%

R = 6.71%
G = 23.17%
B = 70.12%

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

#164CE6 (or 0x164CE6) is known color: Cerulean Blue. HEX triplet: 16, 4C and E6. RGB value is (22,76,230). Sum of RGB (Red+Green+Blue) = 22+76+230=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 230 (90.23% from 255 or 70.12% from 328); Max value from RGB is 230 - color contains mainly: blue. Hex color #164CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CE6 is #E9B319. Grayscale: #4C4C4C. Windows color (decimal): -15315738 or 15092758. OLE color: 15092758.

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

Color convert

RGB 22 76 230 -
CMYK 0.90 0.67 0 0.10
HSL 224.42º 0.83% 0.49% -
HSV(B) 224.42º 0.9% 0.9% -
XYZ 17.2 11.05 76.09 -
YUV 77.41 214.11 88.48 -
System Red Green Blue C M Y K H S L
Decimal 22 76 230 0.90 0.67 0 0.10 224.42 0.83 0.49
Hex 16 4C E6 5A 43 0 A E0 53 31
Octal 26 114 346 132 103 0 12 340 123 61
Binary 10110 1001100 11100110 1011010 1000011 0 1010 11100000 1010011 110001

Color Harmonies of #164CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CE6

Black with #164CE6

Text Example


Text Example

White with #164CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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