Shades of Dodger Blue #036FFB
Tints of Dodger Blue #036FFB
RGB
CMYK
RGB Variations
Color information
#036FFB (or 0x036FFB) is known color: Dodger Blue. HEX triplet: 03, 6F and FB. RGB value is (3,111,251). Sum of RGB (Red+Green+Blue) = 3+111+251=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #036FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FFB is #FC9004. Grayscale: #5E5E5E. Windows color (decimal): -16551941 or 16477955. OLE color: 16477955.
HSL color Cylindrical-coordinate representation of color #036FFB: hue angle of 213.87º 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 #036FFB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 111 | 251 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.02 |
| HSL | 213.87º | 0.98% | 0.5% | - |
| HSV(B) | 213.87º | 0.99% | 0.98% | - |
| XYZ | 23.13 | 18.35 | 93.59 | - |
| YUV | 94.67 | 216.22 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 251 | 0.99 | 0.56 | 0 | 0.02 | 213.87 | 0.98 | 0.5 |
| Hex | 3 | 6F | FB | 63 | 38 | 0 | 2 | D6 | 62 | 32 |
| Octal | 3 | 157 | 373 | 143 | 70 | 0 | 2 | 326 | 142 | 62 |
| Binary | 11 | 1101111 | 11111011 | 1100011 | 111000 | 0 | 10 | 11010110 | 1100010 | 110010 |
Color Harmonies of #036FFB
Complementary color
Monochromatic Colors of #036FFB
Black with #036FFB
Text Example
Text Example
White with #036FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FFB; }
p { color: rgb(3,111,251); }
H1.HeaderClassName
{
color: #036FFB;
}
.AnyTagClassName
{
color: #036FFB;
}
</style>
background-color css
<style>
a { background-color: #036FFB; }
a { background-color: rgb(3,111,251); }
div.DivClassName
{
background-color: #036FFB;
}
.BgClassName
{
background-color: #036FFB;
}
</style>
border-color css
<style>
span { border-color: #036FFB; }
span { border-color: rgb(3,111,251); }
td.TdClassName
{
border-color: #036FFB;
}
.TagClassName
{
border-color: #036FFB;
}
</style>