#0F39FE

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

Shades of Blue #0F39FE

Tints of Blue #0F39FE

Color information

#0F39FE (or 0x0F39FE) is unknown color: approx Blue. HEX triplet: 0F, 39 and FE. RGB value is (15,57,254). Sum of RGB (Red+Green+Blue) = 15+57+254=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F39FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F39FE is #F0C601. Grayscale: #424242. Windows color (decimal): -15779330 or 16660751. OLE color: 16660751.

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

Color convert

RGB1557254-
CMYK0.940.7800.00
HSL229.46º99.17%52.75%-
HSV(B)229.46º94.09%99.61%-
XYZ19.5510.1894.7-
YUV66.9233.5990.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.60%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 254 (99.61% from 255) = 77.91%
R=4.60%
G=17.48%
B=77.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal15572540.940.7800.00229.4699.1752.75
HexF39FE5E4E00e56335
Octal17713761361160034514365
Binary1111111001111111101011110100111000111001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F39FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,254); }

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

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

 a { background-color: rgb(15,57,254); }

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

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

 span { border-color: rgb(15,57,254); }

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