Shades of Dodger Blue #037FFC
Tints of Dodger Blue #037FFC
RGB
CMYK
RGB Variations
Color information
#037FFC (or 0x037FFC) is known color: Dodger Blue. HEX triplet: 03, 7F and FC. RGB value is (3,127,252). Sum of RGB (Red+Green+Blue) = 3+127+252=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #037FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037FFC is #FC8003. Grayscale: #676767. Windows color (decimal): -16547844 or 16547587. OLE color: 16547587.
HSL color Cylindrical-coordinate representation of color #037FFC: hue angle of 210.12º 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 #037FFC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 127 | 252 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.01 |
| HSL | 210.12º | 0.98% | 0.5% | - |
| HSV(B) | 210.12º | 0.99% | 0.99% | - |
| XYZ | 25.2 | 22.23 | 95.06 | - |
| YUV | 104.17 | 211.42 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 252 | 0.99 | 0.50 | 0 | 0.01 | 210.12 | 0.98 | 0.5 |
| Hex | 3 | 7F | FC | 63 | 32 | 0 | 1 | D2 | 62 | 32 |
| Octal | 3 | 177 | 374 | 143 | 62 | 0 | 1 | 322 | 142 | 62 |
| Binary | 11 | 1111111 | 11111100 | 1100011 | 110010 | 0 | 1 | 11010010 | 1100010 | 110010 |
Color Harmonies of #037FFC
Complementary color
Monochromatic Colors of #037FFC
Black with #037FFC
Text Example
Text Example
White with #037FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FFC; }
p { color: rgb(3,127,252); }
H1.HeaderClassName
{
color: #037FFC;
}
.AnyTagClassName
{
color: #037FFC;
}
</style>
background-color css
<style>
a { background-color: #037FFC; }
a { background-color: rgb(3,127,252); }
div.DivClassName
{
background-color: #037FFC;
}
.BgClassName
{
background-color: #037FFC;
}
</style>
border-color css
<style>
span { border-color: #037FFC; }
span { border-color: rgb(3,127,252); }
td.TdClassName
{
border-color: #037FFC;
}
.TagClassName
{
border-color: #037FFC;
}
</style>