Shades of Dodger Blue #036FFD
Tints of Dodger Blue #036FFD
RGB
CMYK
RGB Variations
Color information
#036FFD (or 0x036FFD) is known color: Dodger Blue. HEX triplet: 03, 6F and FD. RGB value is (3,111,253). Sum of RGB (Red+Green+Blue) = 3+111+253=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #036FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FFD is #FC9002. Grayscale: #5E5E5E. Windows color (decimal): -16551939 or 16609027. OLE color: 16609027.
HSL color Cylindrical-coordinate representation of color #036FFD: hue angle of 214.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FFD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 111 | 253 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.01 |
| HSL | 214.08º | 0.98% | 0.5% | - |
| HSV(B) | 214.08º | 0.99% | 0.99% | - |
| XYZ | 23.45 | 18.48 | 95.26 | - |
| YUV | 94.9 | 217.22 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 253 | 0.99 | 0.56 | 0 | 0.01 | 214.08 | 0.98 | 0.5 |
| Hex | 3 | 6F | FD | 63 | 38 | 0 | 1 | D6 | 62 | 32 |
| Octal | 3 | 157 | 375 | 143 | 70 | 0 | 1 | 326 | 142 | 62 |
| Binary | 11 | 1101111 | 11111101 | 1100011 | 111000 | 0 | 1 | 11010110 | 1100010 | 110010 |
Color Harmonies of #036FFD
Complementary color
Monochromatic Colors of #036FFD
Black with #036FFD
Text Example
Text Example
White with #036FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FFD; }
p { color: rgb(3,111,253); }
H1.HeaderClassName
{
color: #036FFD;
}
.AnyTagClassName
{
color: #036FFD;
}
</style>
background-color css
<style>
a { background-color: #036FFD; }
a { background-color: rgb(3,111,253); }
div.DivClassName
{
background-color: #036FFD;
}
.BgClassName
{
background-color: #036FFD;
}
</style>
border-color css
<style>
span { border-color: #036FFD; }
span { border-color: rgb(3,111,253); }
td.TdClassName
{
border-color: #036FFD;
}
.TagClassName
{
border-color: #036FFD;
}
</style>