Shades of Dodger Blue #037CFF
Tints of Dodger Blue #037CFF
RGB
CMYK
RGB Variations
Color information
#037CFF (or 0x037CFF) is known color: Dodger Blue. HEX triplet: 03, 7C and FF. RGB value is (3,124,255). Sum of RGB (Red+Green+Blue) = 3+124+255=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #037CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037CFF is #FC8300. Grayscale: #666666. Windows color (decimal): -16548609 or 16743427. OLE color: 16743427.
HSL color Cylindrical-coordinate representation of color #037CFF: hue angle of 211.19º 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 #037CFF is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 124 | 255 | - |
| CMYK | 0.99 | 0.51 | 0 | 0 |
| HSL | 211.19º | 1% | 0.51% | - |
| HSV(B) | 211.19º | 0.99% | 1% | - |
| XYZ | 25.3 | 21.65 | 97.45 | - |
| YUV | 102.76 | 213.91 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 255 | 0.99 | 0.51 | 0 | 0 | 211.19 | 1 | 0.51 |
| Hex | 3 | 7C | FF | 63 | 33 | 0 | 0 | D3 | 64 | 33 |
| Octal | 3 | 174 | 377 | 143 | 63 | 0 | 0 | 323 | 144 | 63 |
| Binary | 11 | 1111100 | 11111111 | 1100011 | 110011 | 0 | 0 | 11010011 | 1100100 | 110011 |
Color Harmonies of #037CFF
Complementary color
Monochromatic Colors of #037CFF
Black with #037CFF
Text Example
Text Example
White with #037CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CFF; }
p { color: rgb(3,124,255); }
H1.HeaderClassName
{
color: #037CFF;
}
.AnyTagClassName
{
color: #037CFF;
}
</style>
background-color css
<style>
a { background-color: #037CFF; }
a { background-color: rgb(3,124,255); }
div.DivClassName
{
background-color: #037CFF;
}
.BgClassName
{
background-color: #037CFF;
}
</style>
border-color css
<style>
span { border-color: #037CFF; }
span { border-color: rgb(3,124,255); }
td.TdClassName
{
border-color: #037CFF;
}
.TagClassName
{
border-color: #037CFF;
}
</style>