#0F2DFF

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

Shades of Blue #0F2DFF

Tints of Blue #0F2DFF

Color information

#0F2DFF (or 0x0F2DFF) is unknown color: approx Blue. HEX triplet: 0F, 2D and FF. RGB value is (15,45,255). Sum of RGB (Red+Green+Blue) = 15+45+255=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F2DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2DFF is #F0D200. Grayscale: #3B3B3B. Windows color (decimal): -15782401 or 16723215. OLE color: 16723215.

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

Color convert

RGB1545255-
CMYK0.940.8200
HSL232.5º100%52.94%-
HSV(B)232.5º94.12%100%-
XYZ19.199.295.37-
YUV59.97238.0695.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.76%
GREEN value IS 45 (17.97% from 255) = 14.29%
BLUE value IS 255 (100% from 255) = 80.95%
R=4.76%
G=14.29%
B=80.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15452550.940.8200232.510052.94
HexF2DFF5E5200e86435
Octal17553771361220035014465
Binary1111101101111111111011110101001000111010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,255); }

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

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

 a { background-color: rgb(15,45,255); }

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

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

 span { border-color: rgb(15,45,255); }

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