Shades of Dodger Blue #0D99FD
Tints of Dodger Blue #0D99FD
RGB
CMYK
RGB Variations
Color information
#0D99FD (or 0x0D99FD) is known color: Dodger Blue. HEX triplet: 0D, 99 and FD. RGB value is (13,153,253). Sum of RGB (Red+Green+Blue) = 13+153+253=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D99FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D99FD is #F26602. Grayscale: #7A7A7A. Windows color (decimal): -15885827 or 16619789. OLE color: 16619789.
HSL color Cylindrical-coordinate representation of color #0D99FD: hue angle of 205º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D99FD is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 153 | 253 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.01 |
| HSL | 205º | 0.98% | 0.52% | - |
| HSV(B) | 205º | 0.95% | 0.99% | - |
| XYZ | 29.29 | 29.96 | 97.17 | - |
| YUV | 122.54 | 201.62 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 253 | 0.95 | 0.40 | 0 | 0.01 | 205 | 0.98 | 0.52 |
| Hex | D | 99 | FD | 5F | 28 | 0 | 1 | CD | 62 | 34 |
| Octal | 15 | 231 | 375 | 137 | 50 | 0 | 1 | 315 | 142 | 64 |
| Binary | 1101 | 10011001 | 11111101 | 1011111 | 101000 | 0 | 1 | 11001101 | 1100010 | 110100 |
Color Harmonies of #0D99FD
Complementary color
Monochromatic Colors of #0D99FD
Black with #0D99FD
Text Example
Text Example
White with #0D99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D99FD; }
p { color: rgb(13,153,253); }
H1.HeaderClassName
{
color: #0D99FD;
}
.AnyTagClassName
{
color: #0D99FD;
}
</style>
background-color css
<style>
a { background-color: #0D99FD; }
a { background-color: rgb(13,153,253); }
div.DivClassName
{
background-color: #0D99FD;
}
.BgClassName
{
background-color: #0D99FD;
}
</style>
border-color css
<style>
span { border-color: #0D99FD; }
span { border-color: rgb(13,153,253); }
td.TdClassName
{
border-color: #0D99FD;
}
.TagClassName
{
border-color: #0D99FD;
}
</style>