#0F25FA

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

Shades of Blue #0F25FA

Tints of Blue #0F25FA

Color information

#0F25FA (or 0x0F25FA) is unknown color: approx Blue. HEX triplet: 0F, 25 and FA. RGB value is (15,37,250). Sum of RGB (Red+Green+Blue) = 15+37+250=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F25FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F25FA is #F0DA05. Grayscale: #353535. Windows color (decimal): -15784454 or 16393487. OLE color: 16393487.

HSL color Cylindrical-coordinate representation of color #0F25FA: hue angle of 234.38º 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 #0F25FA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1537250-
CMYK0.940.8500.02
HSL234.38º95.92%51.96%-
HSV(B)234.38º94%98.04%-
XYZ18.118.3391.1-
YUV54.7238.2199.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.97%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 250 (98.05% from 255) = 82.78%
R=4.97%
G=12.25%
B=82.78%

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
Decimal15372500.940.8500.02234.3895.9251.96
HexF25FA5E5502ea6034
Octal17453721361250235214064
Binary11111001011111101010111101010101010111010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F25FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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