Shades of Dodger Blue #036DF9
Tints of Dodger Blue #036DF9
RGB
CMYK
RGB Variations
Color information
#036DF9 (or 0x036DF9) is known color: Dodger Blue. HEX triplet: 03, 6D and F9. RGB value is (3,109,249). Sum of RGB (Red+Green+Blue) = 3+109+249=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 249 (97.66% from 255 or 68.98% from 361); Max value from RGB is 249 - color contains mainly: blue. Hex color #036DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DF9 is #FC9206. Grayscale: #5C5C5C. Windows color (decimal): -16552455 or 16346371. OLE color: 16346371.
HSL color Cylindrical-coordinate representation of color #036DF9: hue angle of 214.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DF9 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 109 | 249 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.02 |
| HSL | 214.15º | 0.98% | 0.49% | - |
| HSV(B) | 214.15º | 0.99% | 0.98% | - |
| XYZ | 22.61 | 17.8 | 91.87 | - |
| YUV | 93.27 | 215.88 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 249 | 0.99 | 0.56 | 0 | 0.02 | 214.15 | 0.98 | 0.49 |
| Hex | 3 | 6D | F9 | 63 | 38 | 0 | 2 | D6 | 62 | 31 |
| Octal | 3 | 155 | 371 | 143 | 70 | 0 | 2 | 326 | 142 | 61 |
| Binary | 11 | 1101101 | 11111001 | 1100011 | 111000 | 0 | 10 | 11010110 | 1100010 | 110001 |
Color Harmonies of #036DF9
Complementary color
Monochromatic Colors of #036DF9
Black with #036DF9
Text Example
Text Example
White with #036DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DF9; }
p { color: rgb(3,109,249); }
H1.HeaderClassName
{
color: #036DF9;
}
.AnyTagClassName
{
color: #036DF9;
}
</style>
background-color css
<style>
a { background-color: #036DF9; }
a { background-color: rgb(3,109,249); }
div.DivClassName
{
background-color: #036DF9;
}
.BgClassName
{
background-color: #036DF9;
}
</style>
border-color css
<style>
span { border-color: #036DF9; }
span { border-color: rgb(3,109,249); }
td.TdClassName
{
border-color: #036DF9;
}
.TagClassName
{
border-color: #036DF9;
}
</style>