Shades of Dodger Blue #036BFF
Tints of Dodger Blue #036BFF
RGB
CMYK
RGB Variations
Color information
#036BFF (or 0x036BFF) is known color: Dodger Blue. HEX triplet: 03, 6B and FF. RGB value is (3,107,255). Sum of RGB (Red+Green+Blue) = 3+107+255=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #036BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BFF is #FC9400. Grayscale: #5C5C5C. Windows color (decimal): -16552961 or 16739075. OLE color: 16739075.
HSL color Cylindrical-coordinate representation of color #036BFF: hue angle of 215.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BFF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 107 | 255 | - |
| CMYK | 0.99 | 0.58 | 0 | 0 |
| HSL | 215.24º | 1% | 0.51% | - |
| HSV(B) | 215.24º | 0.99% | 1% | - |
| XYZ | 23.35 | 17.75 | 96.8 | - |
| YUV | 92.78 | 219.54 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 255 | 0.99 | 0.58 | 0 | 0 | 215.24 | 1 | 0.51 |
| Hex | 3 | 6B | FF | 63 | 3A | 0 | 0 | D7 | 64 | 33 |
| Octal | 3 | 153 | 377 | 143 | 72 | 0 | 0 | 327 | 144 | 63 |
| Binary | 11 | 1101011 | 11111111 | 1100011 | 111010 | 0 | 0 | 11010111 | 1100100 | 110011 |
Color Harmonies of #036BFF
Complementary color
Monochromatic Colors of #036BFF
Black with #036BFF
Text Example
Text Example
White with #036BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BFF; }
p { color: rgb(3,107,255); }
H1.HeaderClassName
{
color: #036BFF;
}
.AnyTagClassName
{
color: #036BFF;
}
</style>
background-color css
<style>
a { background-color: #036BFF; }
a { background-color: rgb(3,107,255); }
div.DivClassName
{
background-color: #036BFF;
}
.BgClassName
{
background-color: #036BFF;
}
</style>
border-color css
<style>
span { border-color: #036BFF; }
span { border-color: rgb(3,107,255); }
td.TdClassName
{
border-color: #036BFF;
}
.TagClassName
{
border-color: #036BFF;
}
</style>