#164CE4

Color #164CE4 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #164CE4

Tints of Cerulean Blue #164CE4

Color information

#164CE4 (or 0x164CE4) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4C and E4. RGB value is (22,76,228). Sum of RGB (Red+Green+Blue) = 22+76+228=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 228 (89.45% from 255 or 69.94% from 326); Max value from RGB is 228 - color contains mainly: blue. Hex color #164CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CE4 is #E9B31B. Grayscale: #4C4C4C. Windows color (decimal): -15315740 or 14961686. OLE color: 14961686.

HSL color Cylindrical-coordinate representation of color #164CE4: hue angle of 224.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164CE4 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2276228-
CMYK0.900.6700.11
HSL224.27º82.4%49.02%-
HSV(B)224.27º90.35%89.41%-
XYZ16.9210.9474.62-
YUV77.18213.1188.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.75%
GREEN value IS 76 (30.08% from 255) = 23.31%
BLUE value IS 228 (89.45% from 255) = 69.94%
R=6.75%
G=23.31%
B=69.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22762280.900.6700.11224.2782.449.02
Hex164CE45A430Be05231
Octal2611434413210301334012261
Binary101101001100111001001011010100001101011111000001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #164CE4;
 }
 .AnyTagClassName
 {
   color: #164CE4;
 }
</style>
background-color css

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

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

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

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

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

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