Shades of Dodger Blue #036FFE
Tints of Dodger Blue #036FFE
RGB
CMYK
RGB Variations
Color information
#036FFE (or 0x036FFE) is known color: Dodger Blue. HEX triplet: 03, 6F and FE. RGB value is (3,111,254). Sum of RGB (Red+Green+Blue) = 3+111+254=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #036FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FFE is #FC9001. Grayscale: #5E5E5E. Windows color (decimal): -16551938 or 16674563. OLE color: 16674563.
HSL color Cylindrical-coordinate representation of color #036FFE: hue angle of 214.18º 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 #036FFE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 111 | 254 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.00 |
| HSL | 214.18º | 0.99% | 0.5% | - |
| HSV(B) | 214.18º | 0.99% | 1% | - |
| XYZ | 23.61 | 18.54 | 96.1 | - |
| YUV | 95.01 | 217.72 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 254 | 0.99 | 0.56 | 0 | 0.00 | 214.18 | 0.99 | 0.5 |
| Hex | 3 | 6F | FE | 63 | 38 | 0 | 0 | D6 | 63 | 32 |
| Octal | 3 | 157 | 376 | 143 | 70 | 0 | 0 | 326 | 143 | 62 |
| Binary | 11 | 1101111 | 11111110 | 1100011 | 111000 | 0 | 0 | 11010110 | 1100011 | 110010 |
Color Harmonies of #036FFE
Complementary color
Monochromatic Colors of #036FFE
Black with #036FFE
Text Example
Text Example
White with #036FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FFE; }
p { color: rgb(3,111,254); }
H1.HeaderClassName
{
color: #036FFE;
}
.AnyTagClassName
{
color: #036FFE;
}
</style>
background-color css
<style>
a { background-color: #036FFE; }
a { background-color: rgb(3,111,254); }
div.DivClassName
{
background-color: #036FFE;
}
.BgClassName
{
background-color: #036FFE;
}
</style>
border-color css
<style>
span { border-color: #036FFE; }
span { border-color: rgb(3,111,254); }
td.TdClassName
{
border-color: #036FFE;
}
.TagClassName
{
border-color: #036FFE;
}
</style>