Shades of Deep Sky Blue #0DB7FA
Tints of Deep Sky Blue #0DB7FA
RGB
CMYK
RGB Variations
Color information
#0DB7FA (or 0x0DB7FA) is known color: Deep Sky Blue. HEX triplet: 0D, B7 and FA. RGB value is (13,183,250). Sum of RGB (Red+Green+Blue) = 13+183+250=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DB7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB7FA is #F24805. Grayscale: #8B8B8B. Windows color (decimal): -15878150 or 16430861. OLE color: 16430861.
HSL color Cylindrical-coordinate representation of color #0DB7FA: hue angle of 196.96º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB7FA is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 183 | 250 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.02 |
| HSL | 196.96º | 0.96% | 0.52% | - |
| HSV(B) | 196.96º | 0.95% | 0.98% | - |
| XYZ | 34.35 | 40.85 | 96.52 | - |
| YUV | 139.81 | 190.18 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 250 | 0.95 | 0.27 | 0 | 0.02 | 196.96 | 0.96 | 0.52 |
| Hex | D | B7 | FA | 5F | 1B | 0 | 2 | C5 | 60 | 34 |
| Octal | 15 | 267 | 372 | 137 | 33 | 0 | 2 | 305 | 140 | 64 |
| Binary | 1101 | 10110111 | 11111010 | 1011111 | 11011 | 0 | 10 | 11000101 | 1100000 | 110100 |
Color Harmonies of #0DB7FA
Complementary color
Monochromatic Colors of #0DB7FA
Black with #0DB7FA
Text Example
Text Example
White with #0DB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7FA; }
p { color: rgb(13,183,250); }
H1.HeaderClassName
{
color: #0DB7FA;
}
.AnyTagClassName
{
color: #0DB7FA;
}
</style>
background-color css
<style>
a { background-color: #0DB7FA; }
a { background-color: rgb(13,183,250); }
div.DivClassName
{
background-color: #0DB7FA;
}
.BgClassName
{
background-color: #0DB7FA;
}
</style>
border-color css
<style>
span { border-color: #0DB7FA; }
span { border-color: rgb(13,183,250); }
td.TdClassName
{
border-color: #0DB7FA;
}
.TagClassName
{
border-color: #0DB7FA;
}
</style>