#0F25FD

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

Shades of Blue #0F25FD

Tints of Blue #0F25FD

Color information

#0F25FD (or 0x0F25FD) is unknown color: approx Blue. HEX triplet: 0F, 25 and FD. RGB value is (15,37,253). Sum of RGB (Red+Green+Blue) = 15+37+253=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F25FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F25FD is #F0DA02. Grayscale: #363636. Windows color (decimal): -15784451 or 16590095. OLE color: 16590095.

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

Color convert

RGB1537253-
CMYK0.940.8500.01
HSL234.45º98.35%52.55%-
HSV(B)234.45º94.07%99.22%-
XYZ18.598.5293.59-
YUV55.05239.7199.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.92%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 253 (99.22% from 255) = 82.95%
R=4.92%
G=12.13%
B=82.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15372530.940.8500.01234.4598.3552.55
HexF25FD5E5501ea6235
Octal17453751361250135214265
Binary1111100101111111011011110101010101111010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F25FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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