Shades of Dodger Blue #037DFB
Tints of Dodger Blue #037DFB
RGB
CMYK
RGB Variations
Color information
#037DFB (or 0x037DFB) is known color: Dodger Blue. HEX triplet: 03, 7D and FB. RGB value is (3,125,251). Sum of RGB (Red+Green+Blue) = 3+125+251=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #037DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DFB is #FC8204. Grayscale: #666666. Windows color (decimal): -16548357 or 16481539. OLE color: 16481539.
HSL color Cylindrical-coordinate representation of color #037DFB: hue angle of 210.48º 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 #037DFB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 125 | 251 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.02 |
| HSL | 210.48º | 0.98% | 0.5% | - |
| HSV(B) | 210.48º | 0.99% | 0.98% | - |
| XYZ | 24.78 | 21.65 | 94.14 | - |
| YUV | 102.89 | 211.58 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 251 | 0.99 | 0.50 | 0 | 0.02 | 210.48 | 0.98 | 0.5 |
| Hex | 3 | 7D | FB | 63 | 32 | 0 | 2 | D2 | 62 | 32 |
| Octal | 3 | 175 | 373 | 143 | 62 | 0 | 2 | 322 | 142 | 62 |
| Binary | 11 | 1111101 | 11111011 | 1100011 | 110010 | 0 | 10 | 11010010 | 1100010 | 110010 |
Color Harmonies of #037DFB
Complementary color
Monochromatic Colors of #037DFB
Black with #037DFB
Text Example
Text Example
White with #037DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DFB; }
p { color: rgb(3,125,251); }
H1.HeaderClassName
{
color: #037DFB;
}
.AnyTagClassName
{
color: #037DFB;
}
</style>
background-color css
<style>
a { background-color: #037DFB; }
a { background-color: rgb(3,125,251); }
div.DivClassName
{
background-color: #037DFB;
}
.BgClassName
{
background-color: #037DFB;
}
</style>
border-color css
<style>
span { border-color: #037DFB; }
span { border-color: rgb(3,125,251); }
td.TdClassName
{
border-color: #037DFB;
}
.TagClassName
{
border-color: #037DFB;
}
</style>