Shades of Medium Blue #0807DF
Tints of Medium Blue #0807DF
RGB
CMYK
RGB Variations
Color information
#0807DF (or 0x0807DF) is known color: Medium Blue. HEX triplet: 08, 07 and DF. RGB value is (8,7,223). Sum of RGB (Red+Green+Blue) = 8+7+223=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #0807DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807DF is #F7F820. Grayscale: #1F1F1F. Windows color (decimal): -16250913 or 14616328. OLE color: 14616328.
HSL color Cylindrical-coordinate representation of color #0807DF: hue angle of 240.28º 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 #0807DF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 8 | 7 | 223 | - |
CMYK | 0.96 | 0.97 | 0 | 0.13 |
HSL | 240.28º | 0.94% | 0.45% | - |
HSV(B) | 240.28º | 0.97% | 0.87% | - |
XYZ | 13.5 | 5.53 | 70.17 | - |
YUV | 31.92 | 235.83 | 110.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 7 | 223 | 0.96 | 0.97 | 0 | 0.13 | 240.28 | 0.94 | 0.45 |
Hex | 8 | 7 | DF | 60 | 61 | 0 | D | F0 | 5E | 2D |
Octal | 10 | 7 | 337 | 140 | 141 | 0 | 15 | 360 | 136 | 55 |
Binary | 1000 | 111 | 11011111 | 1100000 | 1100001 | 0 | 1101 | 11110000 | 1011110 | 101101 |
Color Harmonies of #0807DF
Complementary color
Monochromatic Colors of #0807DF
Black with #0807DF
Text Example
Text Example
White with #0807DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807DF; }
p { color: rgb(8,7,223); }
H1.HeaderClassName
{
color: #0807DF;
}
.AnyTagClassName
{
color: #0807DF;
}
</style>
background-color css
<style>
a { background-color: #0807DF; }
a { background-color: rgb(8,7,223); }
div.DivClassName
{
background-color: #0807DF;
}
.BgClassName
{
background-color: #0807DF;
}
</style>
border-color css
<style>
span { border-color: #0807DF; }
span { border-color: rgb(8,7,223); }
td.TdClassName
{
border-color: #0807DF;
}
.TagClassName
{
border-color: #0807DF;
}
</style>