Shades of Dodger Blue #037FFF
Tints of Dodger Blue #037FFF
RGB
CMYK
RGB Variations
Color information
#037FFF (or 0x037FFF) is known color: Dodger Blue. HEX triplet: 03, 7F and FF. RGB value is (3,127,255). Sum of RGB (Red+Green+Blue) = 3+127+255=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #037FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037FFF is #FC8000. Grayscale: #676767. Windows color (decimal): -16547841 or 16744195. OLE color: 16744195.
HSL color Cylindrical-coordinate representation of color #037FFF: hue angle of 210.48º 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 #037FFF is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 127 | 255 | - |
| CMYK | 0.99 | 0.50 | 0 | 0 |
| HSL | 210.48º | 1% | 0.51% | - |
| HSV(B) | 210.48º | 0.99% | 1% | - |
| XYZ | 25.68 | 22.42 | 97.58 | - |
| YUV | 104.52 | 212.92 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 255 | 0.99 | 0.50 | 0 | 0 | 210.48 | 1 | 0.51 |
| Hex | 3 | 7F | FF | 63 | 32 | 0 | 0 | D2 | 64 | 33 |
| Octal | 3 | 177 | 377 | 143 | 62 | 0 | 0 | 322 | 144 | 63 |
| Binary | 11 | 1111111 | 11111111 | 1100011 | 110010 | 0 | 0 | 11010010 | 1100100 | 110011 |
Color Harmonies of #037FFF
Complementary color
Monochromatic Colors of #037FFF
Black with #037FFF
Text Example
Text Example
White with #037FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FFF; }
p { color: rgb(3,127,255); }
H1.HeaderClassName
{
color: #037FFF;
}
.AnyTagClassName
{
color: #037FFF;
}
</style>
background-color css
<style>
a { background-color: #037FFF; }
a { background-color: rgb(3,127,255); }
div.DivClassName
{
background-color: #037FFF;
}
.BgClassName
{
background-color: #037FFF;
}
</style>
border-color css
<style>
span { border-color: #037FFF; }
span { border-color: rgb(3,127,255); }
td.TdClassName
{
border-color: #037FFF;
}
.TagClassName
{
border-color: #037FFF;
}
</style>