#0E25FA

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

Shades of Blue #0E25FA

Tints of Blue #0E25FA

Color information

#0E25FA (or 0x0E25FA) is unknown color: approx Blue. HEX triplet: 0E, 25 and FA. RGB value is (14,37,250). Sum of RGB (Red+Green+Blue) = 14+37+250=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E25FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E25FA is #F1DA05. Grayscale: #353535. Windows color (decimal): -15849990 or 16393486. OLE color: 16393486.

HSL color Cylindrical-coordinate representation of color #0E25FA: hue angle of 234.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E25FA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1437250-
CMYK0.940.8500.02
HSL234.15º95.93%51.76%-
HSV(B)234.15º94.4%98.04%-
XYZ18.18.3291.09-
YUV54.4238.3899.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 250 (98.05% from 255) = 83.06%
R=4.65%
G=12.29%
B=83.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14372500.940.8500.02234.1595.9351.76
HexE25FA5E5502ea6034
Octal16453721361250235214064
Binary11101001011111101010111101010101010111010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E25FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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