#0f15d8

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

Shades of Medium Blue #0F15D8

Tints of Medium Blue #0F15D8

Color information

#0F15D8 (or 0x0F15D8) is unknown color: approx Medium Blue. HEX triplet: 0F, 15 and D8. RGB value is (15,21,216). Sum of RGB (Red+Green+Blue) = 15+21+216=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 216 (84.77% from 255 or 85.71% from 252); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F15D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15D8 is #F0EA27. Grayscale: #282828. Windows color (decimal): -15788584 or 14161167. OLE color: 14161167.

HSL color Cylindrical-coordinate representation of color #0F15D8: hue angle of 238.21º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F15D8 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1521216-
CMYK0.930.9000.15
HSL238.21º87.01%45.29%-
HSV(B)238.21º93.06%84.71%-
XYZ12.865.665.37-
YUV41.44226.51109.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 216 (84.77% from 255) = 85.71%
R=5.95%
G=8.33%
B=85.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15212160.930.9000.15238.2187.0145.29
HexF15D85D5A0Fee572d
Octal172533013513201735612755
Binary111110101110110001011101101101001111111011101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f15d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,21,216); }

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

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

 a { background-color: rgb(15,21,216); }

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

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

 span { border-color: rgb(15,21,216); }

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