Shades of Dodger Blue #036DFB
Tints of Dodger Blue #036DFB
RGB
CMYK
RGB Variations
Color information
#036DFB (or 0x036DFB) is known color: Dodger Blue. HEX triplet: 03, 6D and FB. RGB value is (3,109,251). Sum of RGB (Red+Green+Blue) = 3+109+251=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #036DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DFB is #FC9204. Grayscale: #5C5C5C. Windows color (decimal): -16552453 or 16477443. OLE color: 16477443.
HSL color Cylindrical-coordinate representation of color #036DFB: hue angle of 214.35º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DFB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 109 | 251 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.02 |
| HSL | 214.35º | 0.98% | 0.5% | - |
| HSV(B) | 214.35º | 0.99% | 0.98% | - |
| XYZ | 22.92 | 17.92 | 93.52 | - |
| YUV | 93.49 | 216.88 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 251 | 0.99 | 0.57 | 0 | 0.02 | 214.35 | 0.98 | 0.5 |
| Hex | 3 | 6D | FB | 63 | 39 | 0 | 2 | D6 | 62 | 32 |
| Octal | 3 | 155 | 373 | 143 | 71 | 0 | 2 | 326 | 142 | 62 |
| Binary | 11 | 1101101 | 11111011 | 1100011 | 111001 | 0 | 10 | 11010110 | 1100010 | 110010 |
Color Harmonies of #036DFB
Complementary color
Monochromatic Colors of #036DFB
Black with #036DFB
Text Example
Text Example
White with #036DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DFB; }
p { color: rgb(3,109,251); }
H1.HeaderClassName
{
color: #036DFB;
}
.AnyTagClassName
{
color: #036DFB;
}
</style>
background-color css
<style>
a { background-color: #036DFB; }
a { background-color: rgb(3,109,251); }
div.DivClassName
{
background-color: #036DFB;
}
.BgClassName
{
background-color: #036DFB;
}
</style>
border-color css
<style>
span { border-color: #036DFB; }
span { border-color: rgb(3,109,251); }
td.TdClassName
{
border-color: #036DFB;
}
.TagClassName
{
border-color: #036DFB;
}
</style>