Shades of Dodger Blue #1D99FC
Tints of Dodger Blue #1D99FC
RGB
CMYK
RGB Variations
Color information
#1D99FC (or 0x1D99FC) is known color: Dodger Blue. HEX triplet: 1D, 99 and FC. RGB value is (29,153,252). Sum of RGB (Red+Green+Blue) = 29+153+252=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D99FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D99FC is #E26603. Grayscale: #7E7E7E. Windows color (decimal): -14837252 or 16554269. OLE color: 16554269.
HSL color Cylindrical-coordinate representation of color #1D99FC: hue angle of 206.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D99FC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 153 | 252 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.01 |
| HSL | 206.64º | 0.97% | 0.55% | - |
| HSV(B) | 206.64º | 0.88% | 0.99% | - |
| XYZ | 29.47 | 30.07 | 96.35 | - |
| YUV | 127.21 | 198.42 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 252 | 0.88 | 0.39 | 0 | 0.01 | 206.64 | 0.97 | 0.55 |
| Hex | 1D | 99 | FC | 58 | 27 | 0 | 1 | CF | 61 | 37 |
| Octal | 35 | 231 | 374 | 130 | 47 | 0 | 1 | 317 | 141 | 67 |
| Binary | 11101 | 10011001 | 11111100 | 1011000 | 100111 | 0 | 1 | 11001111 | 1100001 | 110111 |
Color Harmonies of #1D99FC
Complementary color
Monochromatic Colors of #1D99FC
Black with #1D99FC
Text Example
Text Example
White with #1D99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D99FC; }
p { color: rgb(29,153,252); }
H1.HeaderClassName
{
color: #1D99FC;
}
.AnyTagClassName
{
color: #1D99FC;
}
</style>
background-color css
<style>
a { background-color: #1D99FC; }
a { background-color: rgb(29,153,252); }
div.DivClassName
{
background-color: #1D99FC;
}
.BgClassName
{
background-color: #1D99FC;
}
</style>
border-color css
<style>
span { border-color: #1D99FC; }
span { border-color: rgb(29,153,252); }
td.TdClassName
{
border-color: #1D99FC;
}
.TagClassName
{
border-color: #1D99FC;
}
</style>