Shades of Dodger Blue #0D82FA
Tints of Dodger Blue #0D82FA
RGB
CMYK
RGB Variations
Color information
#0D82FA (or 0x0D82FA) is known color: Dodger Blue. HEX triplet: 0D, 82 and FA. RGB value is (13,130,250). Sum of RGB (Red+Green+Blue) = 13+130+250=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D82FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D82FA is #F27D05. Grayscale: #6C6C6C. Windows color (decimal): -15891718 or 16417293. OLE color: 16417293.
HSL color Cylindrical-coordinate representation of color #0D82FA: hue angle of 210.38º 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 #0D82FA is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 130 | 250 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.02 |
| HSL | 210.38º | 0.96% | 0.52% | - |
| HSV(B) | 210.38º | 0.95% | 0.98% | - |
| XYZ | 25.4 | 22.95 | 93.53 | - |
| YUV | 108.7 | 207.74 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 250 | 0.95 | 0.48 | 0 | 0.02 | 210.38 | 0.96 | 0.52 |
| Hex | D | 82 | FA | 5F | 30 | 0 | 2 | D2 | 60 | 34 |
| Octal | 15 | 202 | 372 | 137 | 60 | 0 | 2 | 322 | 140 | 64 |
| Binary | 1101 | 10000010 | 11111010 | 1011111 | 110000 | 0 | 10 | 11010010 | 1100000 | 110100 |
Color Harmonies of #0D82FA
Complementary color
Monochromatic Colors of #0D82FA
Black with #0D82FA
Text Example
Text Example
White with #0D82FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D82FA; }
p { color: rgb(13,130,250); }
H1.HeaderClassName
{
color: #0D82FA;
}
.AnyTagClassName
{
color: #0D82FA;
}
</style>
background-color css
<style>
a { background-color: #0D82FA; }
a { background-color: rgb(13,130,250); }
div.DivClassName
{
background-color: #0D82FA;
}
.BgClassName
{
background-color: #0D82FA;
}
</style>
border-color css
<style>
span { border-color: #0D82FA; }
span { border-color: rgb(13,130,250); }
td.TdClassName
{
border-color: #0D82FA;
}
.TagClassName
{
border-color: #0D82FA;
}
</style>