#0F10DD

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

Shades of Medium Blue #0F10DD

Tints of Medium Blue #0F10DD

Color information

#0F10DD (or 0x0F10DD) is unknown color: approx Medium Blue. HEX triplet: 0F, 10 and DD. RGB value is (15,16,221). Sum of RGB (Red+Green+Blue) = 15+16+221=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F10DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F10DD is #F0EF22. Grayscale: #262626. Windows color (decimal): -15789859 or 14487567. OLE color: 14487567.

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

Color convert

RGB1516221-
CMYK0.930.9300.13
HSL239.71º87.29%46.27%-
HSV(B)239.71º93.21%86.67%-
XYZ13.435.6968.8-
YUV39.07230.67110.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 221 (86.72% from 255) = 87.70%
R=5.95%
G=6.35%
B=87.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15162210.930.9300.13239.7187.2946.27
HexF10DD5D5D0Df0572e
Octal172033513513501536012756
Binary111110000110111011011101101110101101111100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F10DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,16,221); }

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

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

 a { background-color: rgb(15,16,221); }

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

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

 span { border-color: rgb(15,16,221); }

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