#0E25ED

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

Shades of Blue #0E25ED

Tints of Blue #0E25ED

Color information

#0E25ED (or 0x0E25ED) is unknown color: approx Blue. HEX triplet: 0E, 25 and ED. RGB value is (14,37,237). Sum of RGB (Red+Green+Blue) = 14+37+237=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #0E25ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E25ED is #F1DA12. Grayscale: #343434. Windows color (decimal): -15850003 or 15541518. OLE color: 15541518.

HSL color Cylindrical-coordinate representation of color #0E25ED: hue angle of 233.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E25ED is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1437237-
CMYK0.940.8400.07
HSL233.81º88.84%49.22%-
HSV(B)233.81º94.09%92.94%-
XYZ16.137.5380.72-
YUV52.92231.88100.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 237 (92.97% from 255) = 82.29%
R=4.86%
G=12.85%
B=82.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14372370.940.8400.07233.8188.8449.22
HexE25ED5E5407ea5931
Octal16453551361240735213161
Binary111010010111101101101111010101000111111010101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E25ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,237); }

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

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

 a { background-color: rgb(14,37,237); }

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

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

 span { border-color: rgb(14,37,237); }

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