Shades of Dodger Blue #037DFC
Tints of Dodger Blue #037DFC
RGB
CMYK
RGB Variations
Color information
#037DFC (or 0x037DFC) is known color: Dodger Blue. HEX triplet: 03, 7D and FC. RGB value is (3,125,252). Sum of RGB (Red+Green+Blue) = 3+125+252=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #037DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DFC is #FC8203. Grayscale: #666666. Windows color (decimal): -16548356 or 16547075. OLE color: 16547075.
HSL color Cylindrical-coordinate representation of color #037DFC: hue angle of 210.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DFC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 125 | 252 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.01 |
| HSL | 210.6º | 0.98% | 0.5% | - |
| HSV(B) | 210.6º | 0.99% | 0.99% | - |
| XYZ | 24.94 | 21.71 | 94.97 | - |
| YUV | 103 | 212.08 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 252 | 0.99 | 0.50 | 0 | 0.01 | 210.6 | 0.98 | 0.5 |
| Hex | 3 | 7D | FC | 63 | 32 | 0 | 1 | D3 | 62 | 32 |
| Octal | 3 | 175 | 374 | 143 | 62 | 0 | 1 | 323 | 142 | 62 |
| Binary | 11 | 1111101 | 11111100 | 1100011 | 110010 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #037DFC
Complementary color
Monochromatic Colors of #037DFC
Black with #037DFC
Text Example
Text Example
White with #037DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DFC; }
p { color: rgb(3,125,252); }
H1.HeaderClassName
{
color: #037DFC;
}
.AnyTagClassName
{
color: #037DFC;
}
</style>
background-color css
<style>
a { background-color: #037DFC; }
a { background-color: rgb(3,125,252); }
div.DivClassName
{
background-color: #037DFC;
}
.BgClassName
{
background-color: #037DFC;
}
</style>
border-color css
<style>
span { border-color: #037DFC; }
span { border-color: rgb(3,125,252); }
td.TdClassName
{
border-color: #037DFC;
}
.TagClassName
{
border-color: #037DFC;
}
</style>