Shades of Deep Sky Blue #0DA9FA
Tints of Deep Sky Blue #0DA9FA
RGB
CMYK
RGB Variations
Color information
#0DA9FA (or 0x0DA9FA) is known color: Deep Sky Blue. HEX triplet: 0D, A9 and FA. RGB value is (13,169,250). Sum of RGB (Red+Green+Blue) = 13+169+250=432 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.01% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DA9FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA9FA is #F25605. Grayscale: #838383. Windows color (decimal): -15881734 or 16427277. OLE color: 16427277.
HSL color Cylindrical-coordinate representation of color #0DA9FA: hue angle of 200.51º 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 #0DA9FA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 169 | 250 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.02 |
| HSL | 200.51º | 0.96% | 0.52% | - |
| HSV(B) | 200.51º | 0.95% | 0.98% | - |
| XYZ | 31.61 | 35.36 | 95.6 | - |
| YUV | 131.59 | 194.82 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 250 | 0.95 | 0.32 | 0 | 0.02 | 200.51 | 0.96 | 0.52 |
| Hex | D | A9 | FA | 5F | 20 | 0 | 2 | C9 | 60 | 34 |
| Octal | 15 | 251 | 372 | 137 | 40 | 0 | 2 | 311 | 140 | 64 |
| Binary | 1101 | 10101001 | 11111010 | 1011111 | 100000 | 0 | 10 | 11001001 | 1100000 | 110100 |
Color Harmonies of #0DA9FA
Complementary color
Monochromatic Colors of #0DA9FA
Black with #0DA9FA
Text Example
Text Example
White with #0DA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA9FA; }
p { color: rgb(13,169,250); }
H1.HeaderClassName
{
color: #0DA9FA;
}
.AnyTagClassName
{
color: #0DA9FA;
}
</style>
background-color css
<style>
a { background-color: #0DA9FA; }
a { background-color: rgb(13,169,250); }
div.DivClassName
{
background-color: #0DA9FA;
}
.BgClassName
{
background-color: #0DA9FA;
}
</style>
border-color css
<style>
span { border-color: #0DA9FA; }
span { border-color: rgb(13,169,250); }
td.TdClassName
{
border-color: #0DA9FA;
}
.TagClassName
{
border-color: #0DA9FA;
}
</style>