Shades of Dodger Blue #037CFE
Tints of Dodger Blue #037CFE
RGB
CMYK
RGB Variations
Color information
#037CFE (or 0x037CFE) is known color: Dodger Blue. HEX triplet: 03, 7C and FE. RGB value is (3,124,254). Sum of RGB (Red+Green+Blue) = 3+124+254=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #037CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037CFE is #FC8301. Grayscale: #666666. Windows color (decimal): -16548610 or 16677891. OLE color: 16677891.
HSL color Cylindrical-coordinate representation of color #037CFE: hue angle of 211.08º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CFE is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 124 | 254 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.00 |
| HSL | 211.08º | 0.99% | 0.5% | - |
| HSV(B) | 211.08º | 0.99% | 1% | - |
| XYZ | 25.13 | 21.59 | 96.61 | - |
| YUV | 102.64 | 213.41 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 254 | 0.99 | 0.51 | 0 | 0.00 | 211.08 | 0.99 | 0.5 |
| Hex | 3 | 7C | FE | 63 | 33 | 0 | 0 | D3 | 63 | 32 |
| Octal | 3 | 174 | 376 | 143 | 63 | 0 | 0 | 323 | 143 | 62 |
| Binary | 11 | 1111100 | 11111110 | 1100011 | 110011 | 0 | 0 | 11010011 | 1100011 | 110010 |
Color Harmonies of #037CFE
Complementary color
Monochromatic Colors of #037CFE
Black with #037CFE
Text Example
Text Example
White with #037CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CFE; }
p { color: rgb(3,124,254); }
H1.HeaderClassName
{
color: #037CFE;
}
.AnyTagClassName
{
color: #037CFE;
}
</style>
background-color css
<style>
a { background-color: #037CFE; }
a { background-color: rgb(3,124,254); }
div.DivClassName
{
background-color: #037CFE;
}
.BgClassName
{
background-color: #037CFE;
}
</style>
border-color css
<style>
span { border-color: #037CFE; }
span { border-color: rgb(3,124,254); }
td.TdClassName
{
border-color: #037CFE;
}
.TagClassName
{
border-color: #037CFE;
}
</style>