#0F25E7

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

Shades of Blue #0F25E7

Tints of Blue #0F25E7

Color information

#0F25E7 (or 0x0F25E7) is unknown color: approx Blue. HEX triplet: 0F, 25 and E7. RGB value is (15,37,231). Sum of RGB (Red+Green+Blue) = 15+37+231=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 231 (90.62% from 255 or 81.63% from 283); Max value from RGB is 231 - color contains mainly: blue. Hex color #0F25E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F25E7 is #F0DA18. Grayscale: #333333. Windows color (decimal): -15784473 or 15148303. OLE color: 15148303.

HSL color Cylindrical-coordinate representation of color #0F25E7: hue angle of 233.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F25E7 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1537231-
CMYK0.940.8400.09
HSL233.89º87.8%48.24%-
HSV(B)233.89º93.51%90.59%-
XYZ15.287.1976.18-
YUV52.54228.71101.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.30%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 231 (90.62% from 255) = 81.63%
R=5.30%
G=13.07%
B=81.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15372310.940.8400.09233.8987.848.24
HexF25E75E5409ea5830
Octal174534713612401135213060
Binary1111100101111001111011110101010001001111010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F25E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,37,231); }

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

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

 a { background-color: rgb(15,37,231); }

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

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

 span { border-color: rgb(15,37,231); }

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