Shades of Dodger Blue #036EF8
Tints of Dodger Blue #036EF8
RGB
CMYK
RGB Variations
Color information
#036EF8 (or 0x036EF8) is known color: Dodger Blue. HEX triplet: 03, 6E and F8. RGB value is (3,110,248). Sum of RGB (Red+Green+Blue) = 3+110+248=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #036EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EF8 is #FC9107. Grayscale: #5D5D5D. Windows color (decimal): -16552200 or 16281091. OLE color: 16281091.
HSL color Cylindrical-coordinate representation of color #036EF8: hue angle of 213.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EF8 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 110 | 248 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.03 |
| HSL | 213.8º | 0.98% | 0.49% | - |
| HSV(B) | 213.8º | 0.99% | 0.97% | - |
| XYZ | 22.56 | 17.95 | 91.08 | - |
| YUV | 93.74 | 215.05 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 248 | 0.99 | 0.56 | 0 | 0.03 | 213.8 | 0.98 | 0.49 |
| Hex | 3 | 6E | F8 | 63 | 38 | 0 | 3 | D6 | 62 | 31 |
| Octal | 3 | 156 | 370 | 143 | 70 | 0 | 3 | 326 | 142 | 61 |
| Binary | 11 | 1101110 | 11111000 | 1100011 | 111000 | 0 | 11 | 11010110 | 1100010 | 110001 |
Color Harmonies of #036EF8
Complementary color
Monochromatic Colors of #036EF8
Black with #036EF8
Text Example
Text Example
White with #036EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EF8; }
p { color: rgb(3,110,248); }
H1.HeaderClassName
{
color: #036EF8;
}
.AnyTagClassName
{
color: #036EF8;
}
</style>
background-color css
<style>
a { background-color: #036EF8; }
a { background-color: rgb(3,110,248); }
div.DivClassName
{
background-color: #036EF8;
}
.BgClassName
{
background-color: #036EF8;
}
</style>
border-color css
<style>
span { border-color: #036EF8; }
span { border-color: rgb(3,110,248); }
td.TdClassName
{
border-color: #036EF8;
}
.TagClassName
{
border-color: #036EF8;
}
</style>