Shades of Dodger Blue #037EFC
Tints of Dodger Blue #037EFC
RGB
CMYK
RGB Variations
Color information
#037EFC (or 0x037EFC) is known color: Dodger Blue. HEX triplet: 03, 7E and FC. RGB value is (3,126,252). Sum of RGB (Red+Green+Blue) = 3+126+252=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #037EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037EFC is #FC8103. Grayscale: #666666. Windows color (decimal): -16548100 or 16547331. OLE color: 16547331.
HSL color Cylindrical-coordinate representation of color #037EFC: hue angle of 210.36º 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 #037EFC is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 126 | 252 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.01 |
| HSL | 210.36º | 0.98% | 0.5% | - |
| HSV(B) | 210.36º | 0.99% | 0.99% | - |
| XYZ | 25.07 | 21.97 | 95.01 | - |
| YUV | 103.59 | 211.75 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 252 | 0.99 | 0.5 | 0 | 0.01 | 210.36 | 0.98 | 0.5 |
| Hex | 3 | 7E | FC | 63 | 32 | 0 | 1 | D2 | 62 | 32 |
| Octal | 3 | 176 | 374 | 143 | 62 | 0 | 1 | 322 | 142 | 62 |
| Binary | 11 | 1111110 | 11111100 | 1100011 | 110010 | 0 | 1 | 11010010 | 1100010 | 110010 |
Color Harmonies of #037EFC
Complementary color
Monochromatic Colors of #037EFC
Black with #037EFC
Text Example
Text Example
White with #037EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EFC; }
p { color: rgb(3,126,252); }
H1.HeaderClassName
{
color: #037EFC;
}
.AnyTagClassName
{
color: #037EFC;
}
</style>
background-color css
<style>
a { background-color: #037EFC; }
a { background-color: rgb(3,126,252); }
div.DivClassName
{
background-color: #037EFC;
}
.BgClassName
{
background-color: #037EFC;
}
</style>
border-color css
<style>
span { border-color: #037EFC; }
span { border-color: rgb(3,126,252); }
td.TdClassName
{
border-color: #037EFC;
}
.TagClassName
{
border-color: #037EFC;
}
</style>