#0E22E0

Color #0E22E0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0E22E0

Tints of Medium Blue #0E22E0

Color information

#0E22E0 (or 0x0E22E0) is unknown color: approx Medium Blue. HEX triplet: 0E, 22 and E0. RGB value is (14,34,224). Sum of RGB (Red+Green+Blue) = 14+34+224=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 224 (87.89% from 255 or 82.35% from 272); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E22E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E22E0 is #F1DD1F. Grayscale: #303030. Windows color (decimal): -15850784 or 14688782. OLE color: 14688782.

HSL color Cylindrical-coordinate representation of color #0E22E0: hue angle of 234.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E22E0 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1434224-
CMYK0.940.8500.12
HSL234.29º88.24%46.67%-
HSV(B)234.29º93.75%87.84%-
XYZ14.216.6271.05-
YUV49.68226.37102.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 224 (87.89% from 255) = 82.35%
R=5.15%
G=12.5%
B=82.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal14342240.940.8500.12234.2988.2446.67
HexE22E05E550Cea582f
Octal164234013612501435213057
Binary1110100010111000001011110101010101100111010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E22E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E22E0; }

 p { color: rgb(14,34,224); }

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

<style>
 a { background-color: #0E22E0; }

 a { background-color: rgb(14,34,224); }

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

<style>
 span { border-color: #0E22E0; }

 span { border-color: rgb(14,34,224); }

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