Shades of Dodger Blue #037EFB
Tints of Dodger Blue #037EFB
RGB
CMYK
RGB Variations
Color information
#037EFB (or 0x037EFB) is known color: Dodger Blue. HEX triplet: 03, 7E and FB. RGB value is (3,126,251). Sum of RGB (Red+Green+Blue) = 3+126+251=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #037EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037EFB is #FC8104. Grayscale: #666666. Windows color (decimal): -16548101 or 16481795. OLE color: 16481795.
HSL color Cylindrical-coordinate representation of color #037EFB: hue angle of 210.24º 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 #037EFB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 126 | 251 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.02 |
| HSL | 210.24º | 0.98% | 0.5% | - |
| HSV(B) | 210.24º | 0.99% | 0.98% | - |
| XYZ | 24.91 | 21.91 | 94.18 | - |
| YUV | 103.47 | 211.25 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 251 | 0.99 | 0.50 | 0 | 0.02 | 210.24 | 0.98 | 0.5 |
| Hex | 3 | 7E | FB | 63 | 32 | 0 | 2 | D2 | 62 | 32 |
| Octal | 3 | 176 | 373 | 143 | 62 | 0 | 2 | 322 | 142 | 62 |
| Binary | 11 | 1111110 | 11111011 | 1100011 | 110010 | 0 | 10 | 11010010 | 1100010 | 110010 |
Color Harmonies of #037EFB
Complementary color
Monochromatic Colors of #037EFB
Black with #037EFB
Text Example
Text Example
White with #037EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EFB; }
p { color: rgb(3,126,251); }
H1.HeaderClassName
{
color: #037EFB;
}
.AnyTagClassName
{
color: #037EFB;
}
</style>
background-color css
<style>
a { background-color: #037EFB; }
a { background-color: rgb(3,126,251); }
div.DivClassName
{
background-color: #037EFB;
}
.BgClassName
{
background-color: #037EFB;
}
</style>
border-color css
<style>
span { border-color: #037EFB; }
span { border-color: rgb(3,126,251); }
td.TdClassName
{
border-color: #037EFB;
}
.TagClassName
{
border-color: #037EFB;
}
</style>