Shades of Dodger Blue #037CF7
Tints of Dodger Blue #037CF7
RGB
CMYK
RGB Variations
Color information
#037CF7 (or 0x037CF7) is known color: Dodger Blue. HEX triplet: 03, 7C and F7. RGB value is (3,124,247). Sum of RGB (Red+Green+Blue) = 3+124+247=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #037CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037CF7 is #FC8308. Grayscale: #656565. Windows color (decimal): -16548617 or 16219139. OLE color: 16219139.
HSL color Cylindrical-coordinate representation of color #037CF7: hue angle of 210.25º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CF7 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 124 | 247 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.03 |
| HSL | 210.25º | 0.98% | 0.49% | - |
| HSV(B) | 210.25º | 0.99% | 0.97% | - |
| XYZ | 24.03 | 21.15 | 90.81 | - |
| YUV | 101.84 | 209.91 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 247 | 0.99 | 0.50 | 0 | 0.03 | 210.25 | 0.98 | 0.49 |
| Hex | 3 | 7C | F7 | 63 | 32 | 0 | 3 | D2 | 62 | 31 |
| Octal | 3 | 174 | 367 | 143 | 62 | 0 | 3 | 322 | 142 | 61 |
| Binary | 11 | 1111100 | 11110111 | 1100011 | 110010 | 0 | 11 | 11010010 | 1100010 | 110001 |
Color Harmonies of #037CF7
Complementary color
Monochromatic Colors of #037CF7
Black with #037CF7
Text Example
Text Example
White with #037CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CF7; }
p { color: rgb(3,124,247); }
H1.HeaderClassName
{
color: #037CF7;
}
.AnyTagClassName
{
color: #037CF7;
}
</style>
background-color css
<style>
a { background-color: #037CF7; }
a { background-color: rgb(3,124,247); }
div.DivClassName
{
background-color: #037CF7;
}
.BgClassName
{
background-color: #037CF7;
}
</style>
border-color css
<style>
span { border-color: #037CF7; }
span { border-color: rgb(3,124,247); }
td.TdClassName
{
border-color: #037CF7;
}
.TagClassName
{
border-color: #037CF7;
}
</style>