Shades of Dodger Blue #036EFE
Tints of Dodger Blue #036EFE
RGB
CMYK
RGB Variations
Color information
#036EFE (or 0x036EFE) is known color: Dodger Blue. HEX triplet: 03, 6E and FE. RGB value is (3,110,254). Sum of RGB (Red+Green+Blue) = 3+110+254=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #036EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EFE is #FC9101. Grayscale: #5D5D5D. Windows color (decimal): -16552194 or 16674307. OLE color: 16674307.
HSL color Cylindrical-coordinate representation of color #036EFE: hue angle of 214.42º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EFE is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 110 | 254 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.00 |
| HSL | 214.42º | 0.99% | 0.5% | - |
| HSV(B) | 214.42º | 0.99% | 1% | - |
| XYZ | 23.5 | 18.33 | 96.06 | - |
| YUV | 94.42 | 218.05 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 254 | 0.99 | 0.57 | 0 | 0.00 | 214.42 | 0.99 | 0.5 |
| Hex | 3 | 6E | FE | 63 | 39 | 0 | 0 | D6 | 63 | 32 |
| Octal | 3 | 156 | 376 | 143 | 71 | 0 | 0 | 326 | 143 | 62 |
| Binary | 11 | 1101110 | 11111110 | 1100011 | 111001 | 0 | 0 | 11010110 | 1100011 | 110010 |
Color Harmonies of #036EFE
Complementary color
Monochromatic Colors of #036EFE
Black with #036EFE
Text Example
Text Example
White with #036EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EFE; }
p { color: rgb(3,110,254); }
H1.HeaderClassName
{
color: #036EFE;
}
.AnyTagClassName
{
color: #036EFE;
}
</style>
background-color css
<style>
a { background-color: #036EFE; }
a { background-color: rgb(3,110,254); }
div.DivClassName
{
background-color: #036EFE;
}
.BgClassName
{
background-color: #036EFE;
}
</style>
border-color css
<style>
span { border-color: #036EFE; }
span { border-color: rgb(3,110,254); }
td.TdClassName
{
border-color: #036EFE;
}
.TagClassName
{
border-color: #036EFE;
}
</style>