Shades of Dodger Blue #037CF0
Tints of Dodger Blue #037CF0
RGB
CMYK
RGB Variations
Color information
#037CF0 (or 0x037CF0) is known color: Dodger Blue. HEX triplet: 03, 7C and F0. RGB value is (3,124,240). Sum of RGB (Red+Green+Blue) = 3+124+240=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #037CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037CF0 is #FC830F. Grayscale: #646464. Windows color (decimal): -16548624 or 15760387. OLE color: 15760387.
HSL color Cylindrical-coordinate representation of color #037CF0: hue angle of 209.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CF0 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 124 | 240 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.06 |
| HSL | 209.37º | 0.98% | 0.48% | - |
| HSV(B) | 209.37º | 0.99% | 0.94% | - |
| XYZ | 22.97 | 20.73 | 85.23 | - |
| YUV | 101.05 | 206.41 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 240 | 0.99 | 0.48 | 0 | 0.06 | 209.37 | 0.98 | 0.48 |
| Hex | 3 | 7C | F0 | 63 | 30 | 0 | 6 | D1 | 62 | 30 |
| Octal | 3 | 174 | 360 | 143 | 60 | 0 | 6 | 321 | 142 | 60 |
| Binary | 11 | 1111100 | 11110000 | 1100011 | 110000 | 0 | 110 | 11010001 | 1100010 | 110000 |
Color Harmonies of #037CF0
Complementary color
Monochromatic Colors of #037CF0
Black with #037CF0
Text Example
Text Example
White with #037CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CF0; }
p { color: rgb(3,124,240); }
H1.HeaderClassName
{
color: #037CF0;
}
.AnyTagClassName
{
color: #037CF0;
}
</style>
background-color css
<style>
a { background-color: #037CF0; }
a { background-color: rgb(3,124,240); }
div.DivClassName
{
background-color: #037CF0;
}
.BgClassName
{
background-color: #037CF0;
}
</style>
border-color css
<style>
span { border-color: #037CF0; }
span { border-color: rgb(3,124,240); }
td.TdClassName
{
border-color: #037CF0;
}
.TagClassName
{
border-color: #037CF0;
}
</style>