Shades of Dodger Blue #0DA0FB
Tints of Dodger Blue #0DA0FB
RGB
CMYK
RGB Variations
Color information
#0DA0FB (or 0x0DA0FB) is known color: Dodger Blue. HEX triplet: 0D, A0 and FB. RGB value is (13,160,251). Sum of RGB (Red+Green+Blue) = 13+160+251=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DA0FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA0FB is #F25F04. Grayscale: #7D7D7D. Windows color (decimal): -15884037 or 16490509. OLE color: 16490509.
HSL color Cylindrical-coordinate representation of color #0DA0FB: hue angle of 202.94º degrees, saturation: 0.97, 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 #0DA0FB is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 160 | 251 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.02 |
| HSL | 202.94º | 0.97% | 0.52% | - |
| HSV(B) | 202.94º | 0.95% | 0.98% | - |
| XYZ | 30.15 | 32.19 | 95.89 | - |
| YUV | 126.42 | 198.3 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 251 | 0.95 | 0.36 | 0 | 0.02 | 202.94 | 0.97 | 0.52 |
| Hex | D | A0 | FB | 5F | 24 | 0 | 2 | CB | 61 | 34 |
| Octal | 15 | 240 | 373 | 137 | 44 | 0 | 2 | 313 | 141 | 64 |
| Binary | 1101 | 10100000 | 11111011 | 1011111 | 100100 | 0 | 10 | 11001011 | 1100001 | 110100 |
Color Harmonies of #0DA0FB
Complementary color
Monochromatic Colors of #0DA0FB
Black with #0DA0FB
Text Example
Text Example
White with #0DA0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA0FB; }
p { color: rgb(13,160,251); }
H1.HeaderClassName
{
color: #0DA0FB;
}
.AnyTagClassName
{
color: #0DA0FB;
}
</style>
background-color css
<style>
a { background-color: #0DA0FB; }
a { background-color: rgb(13,160,251); }
div.DivClassName
{
background-color: #0DA0FB;
}
.BgClassName
{
background-color: #0DA0FB;
}
</style>
border-color css
<style>
span { border-color: #0DA0FB; }
span { border-color: rgb(13,160,251); }
td.TdClassName
{
border-color: #0DA0FB;
}
.TagClassName
{
border-color: #0DA0FB;
}
</style>