Shades of Dodger Blue #0D83FA
Tints of Dodger Blue #0D83FA
RGB
CMYK
RGB Variations
Color information
#0D83FA (or 0x0D83FA) is known color: Dodger Blue. HEX triplet: 0D, 83 and FA. RGB value is (13,131,250). Sum of RGB (Red+Green+Blue) = 13+131+250=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D83FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D83FA is #F27C05. Grayscale: #6C6C6C. Windows color (decimal): -15891462 or 16417549. OLE color: 16417549.
HSL color Cylindrical-coordinate representation of color #0D83FA: hue angle of 210.13º 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 #0D83FA is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 131 | 250 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.02 |
| HSL | 210.13º | 0.96% | 0.52% | - |
| HSV(B) | 210.13º | 0.95% | 0.98% | - |
| XYZ | 25.54 | 23.22 | 93.58 | - |
| YUV | 109.28 | 207.41 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 250 | 0.95 | 0.48 | 0 | 0.02 | 210.13 | 0.96 | 0.52 |
| Hex | D | 83 | FA | 5F | 30 | 0 | 2 | D2 | 60 | 34 |
| Octal | 15 | 203 | 372 | 137 | 60 | 0 | 2 | 322 | 140 | 64 |
| Binary | 1101 | 10000011 | 11111010 | 1011111 | 110000 | 0 | 10 | 11010010 | 1100000 | 110100 |
Color Harmonies of #0D83FA
Complementary color
Monochromatic Colors of #0D83FA
Black with #0D83FA
Text Example
Text Example
White with #0D83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D83FA; }
p { color: rgb(13,131,250); }
H1.HeaderClassName
{
color: #0D83FA;
}
.AnyTagClassName
{
color: #0D83FA;
}
</style>
background-color css
<style>
a { background-color: #0D83FA; }
a { background-color: rgb(13,131,250); }
div.DivClassName
{
background-color: #0D83FA;
}
.BgClassName
{
background-color: #0D83FA;
}
</style>
border-color css
<style>
span { border-color: #0D83FA; }
span { border-color: rgb(13,131,250); }
td.TdClassName
{
border-color: #0D83FA;
}
.TagClassName
{
border-color: #0D83FA;
}
</style>