Shades of Dodger Blue #037FF2
Tints of Dodger Blue #037FF2
RGB
CMYK
RGB Variations
Color information
#037FF2 (or 0x037FF2) is known color: Dodger Blue. HEX triplet: 03, 7F and F2. RGB value is (3,127,242). Sum of RGB (Red+Green+Blue) = 3+127+242=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #037FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037FF2 is #FC800D. Grayscale: #666666. Windows color (decimal): -16547854 or 15892227. OLE color: 15892227.
HSL color Cylindrical-coordinate representation of color #037FF2: hue angle of 208.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FF2 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 127 | 242 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.05 |
| HSL | 208.87º | 0.98% | 0.48% | - |
| HSV(B) | 208.87º | 0.99% | 0.95% | - |
| XYZ | 23.65 | 21.61 | 86.93 | - |
| YUV | 103.03 | 206.42 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 242 | 0.99 | 0.48 | 0 | 0.05 | 208.87 | 0.98 | 0.48 |
| Hex | 3 | 7F | F2 | 63 | 30 | 0 | 5 | D1 | 62 | 30 |
| Octal | 3 | 177 | 362 | 143 | 60 | 0 | 5 | 321 | 142 | 60 |
| Binary | 11 | 1111111 | 11110010 | 1100011 | 110000 | 0 | 101 | 11010001 | 1100010 | 110000 |
Color Harmonies of #037FF2
Complementary color
Monochromatic Colors of #037FF2
Black with #037FF2
Text Example
Text Example
White with #037FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FF2; }
p { color: rgb(3,127,242); }
H1.HeaderClassName
{
color: #037FF2;
}
.AnyTagClassName
{
color: #037FF2;
}
</style>
background-color css
<style>
a { background-color: #037FF2; }
a { background-color: rgb(3,127,242); }
div.DivClassName
{
background-color: #037FF2;
}
.BgClassName
{
background-color: #037FF2;
}
</style>
border-color css
<style>
span { border-color: #037FF2; }
span { border-color: rgb(3,127,242); }
td.TdClassName
{
border-color: #037FF2;
}
.TagClassName
{
border-color: #037FF2;
}
</style>