Shades of Medium Blue #0D07DF
Tints of Medium Blue #0D07DF
RGB
CMYK
RGB Variations
Color information
#0D07DF (or 0x0D07DF) is known color: Medium Blue. HEX triplet: 0D, 07 and DF. RGB value is (13,7,223). Sum of RGB (Red+Green+Blue) = 13+7+223=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 223 (87.5% from 255 or 91.77% from 243); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D07DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D07DF is #F2F820. Grayscale: #202020. Windows color (decimal): -15923233 or 14616333. OLE color: 14616333.
HSL color Cylindrical-coordinate representation of color #0D07DF: hue angle of 241.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D07DF is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 7 | 223 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.13 |
| HSL | 241.67º | 0.94% | 0.45% | - |
| HSV(B) | 241.67º | 0.97% | 0.87% | - |
| XYZ | 13.56 | 5.57 | 70.17 | - |
| YUV | 33.42 | 234.99 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 223 | 0.94 | 0.97 | 0 | 0.13 | 241.67 | 0.94 | 0.45 |
| Hex | D | 7 | DF | 5E | 61 | 0 | D | F2 | 5E | 2D |
| Octal | 15 | 7 | 337 | 136 | 141 | 0 | 15 | 362 | 136 | 55 |
| Binary | 1101 | 111 | 11011111 | 1011110 | 1100001 | 0 | 1101 | 11110010 | 1011110 | 101101 |
Color Harmonies of #0D07DF
Complementary color
Monochromatic Colors of #0D07DF
Black with #0D07DF
Text Example
Text Example
White with #0D07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D07DF; }
p { color: rgb(13,7,223); }
H1.HeaderClassName
{
color: #0D07DF;
}
.AnyTagClassName
{
color: #0D07DF;
}
</style>
background-color css
<style>
a { background-color: #0D07DF; }
a { background-color: rgb(13,7,223); }
div.DivClassName
{
background-color: #0D07DF;
}
.BgClassName
{
background-color: #0D07DF;
}
</style>
border-color css
<style>
span { border-color: #0D07DF; }
span { border-color: rgb(13,7,223); }
td.TdClassName
{
border-color: #0D07DF;
}
.TagClassName
{
border-color: #0D07DF;
}
</style>