Shades of Deep Sky Blue #0DB2FA
Tints of Deep Sky Blue #0DB2FA
RGB
CMYK
RGB Variations
Color information
#0DB2FA (or 0x0DB2FA) is known color: Deep Sky Blue. HEX triplet: 0D, B2 and FA. RGB value is (13,178,250). Sum of RGB (Red+Green+Blue) = 13+178+250=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DB2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DB2FA is #F24D05. Grayscale: #888888. Windows color (decimal): -15879430 or 16429581. OLE color: 16429581.
HSL color Cylindrical-coordinate representation of color #0DB2FA: hue angle of 198.23º 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 #0DB2FA is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 178 | 250 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.02 |
| HSL | 198.23º | 0.96% | 0.52% | - |
| HSV(B) | 198.23º | 0.95% | 0.98% | - |
| XYZ | 33.34 | 38.83 | 96.18 | - |
| YUV | 136.87 | 191.84 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 250 | 0.95 | 0.29 | 0 | 0.02 | 198.23 | 0.96 | 0.52 |
| Hex | D | B2 | FA | 5F | 1D | 0 | 2 | C6 | 60 | 34 |
| Octal | 15 | 262 | 372 | 137 | 35 | 0 | 2 | 306 | 140 | 64 |
| Binary | 1101 | 10110010 | 11111010 | 1011111 | 11101 | 0 | 10 | 11000110 | 1100000 | 110100 |
Color Harmonies of #0DB2FA
Complementary color
Monochromatic Colors of #0DB2FA
Black with #0DB2FA
Text Example
Text Example
White with #0DB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB2FA; }
p { color: rgb(13,178,250); }
H1.HeaderClassName
{
color: #0DB2FA;
}
.AnyTagClassName
{
color: #0DB2FA;
}
</style>
background-color css
<style>
a { background-color: #0DB2FA; }
a { background-color: rgb(13,178,250); }
div.DivClassName
{
background-color: #0DB2FA;
}
.BgClassName
{
background-color: #0DB2FA;
}
</style>
border-color css
<style>
span { border-color: #0DB2FA; }
span { border-color: rgb(13,178,250); }
td.TdClassName
{
border-color: #0DB2FA;
}
.TagClassName
{
border-color: #0DB2FA;
}
</style>