Shades of Deep Sky Blue #0DB7FD
Tints of Deep Sky Blue #0DB7FD
RGB
CMYK
RGB Variations
Color information
#0DB7FD (or 0x0DB7FD) is known color: Deep Sky Blue. HEX triplet: 0D, B7 and FD. RGB value is (13,183,253). Sum of RGB (Red+Green+Blue) = 13+183+253=449 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DB7FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB7FD is #F24802. Grayscale: #8B8B8B. Windows color (decimal): -15878147 or 16627469. OLE color: 16627469.
HSL color Cylindrical-coordinate representation of color #0DB7FD: hue angle of 197.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB7FD is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 183 | 253 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.01 |
| HSL | 197.5º | 0.98% | 0.52% | - |
| HSV(B) | 197.5º | 0.95% | 0.99% | - |
| XYZ | 34.83 | 41.04 | 99.02 | - |
| YUV | 140.15 | 191.68 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 253 | 0.95 | 0.28 | 0 | 0.01 | 197.5 | 0.98 | 0.52 |
| Hex | D | B7 | FD | 5F | 1C | 0 | 1 | C6 | 62 | 34 |
| Octal | 15 | 267 | 375 | 137 | 34 | 0 | 1 | 306 | 142 | 64 |
| Binary | 1101 | 10110111 | 11111101 | 1011111 | 11100 | 0 | 1 | 11000110 | 1100010 | 110100 |
Color Harmonies of #0DB7FD
Complementary color
Monochromatic Colors of #0DB7FD
Black with #0DB7FD
Text Example
Text Example
White with #0DB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7FD; }
p { color: rgb(13,183,253); }
H1.HeaderClassName
{
color: #0DB7FD;
}
.AnyTagClassName
{
color: #0DB7FD;
}
</style>
background-color css
<style>
a { background-color: #0DB7FD; }
a { background-color: rgb(13,183,253); }
div.DivClassName
{
background-color: #0DB7FD;
}
.BgClassName
{
background-color: #0DB7FD;
}
</style>
border-color css
<style>
span { border-color: #0DB7FD; }
span { border-color: rgb(13,183,253); }
td.TdClassName
{
border-color: #0DB7FD;
}
.TagClassName
{
border-color: #0DB7FD;
}
</style>