Shades of Dodger Blue #027DF5
Tints of Dodger Blue #027DF5
RGB
CMYK
RGB Variations
Color information
#027DF5 (or 0x027DF5) is known color: Dodger Blue. HEX triplet: 02, 7D and F5. RGB value is (2,125,245). Sum of RGB (Red+Green+Blue) = 2+125+245=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #027DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027DF5 is #FD820A. Grayscale: #656565. Windows color (decimal): -16613899 or 16088322. OLE color: 16088322.
HSL color Cylindrical-coordinate representation of color #027DF5: hue angle of 209.63º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DF5 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 125 | 245 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.04 |
| HSL | 209.63º | 0.98% | 0.48% | - |
| HSV(B) | 209.63º | 0.99% | 0.96% | - |
| XYZ | 23.84 | 21.27 | 89.24 | - |
| YUV | 101.9 | 208.75 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 245 | 0.99 | 0.49 | 0 | 0.04 | 209.63 | 0.98 | 0.48 |
| Hex | 2 | 7D | F5 | 63 | 31 | 0 | 4 | D2 | 62 | 30 |
| Octal | 2 | 175 | 365 | 143 | 61 | 0 | 4 | 322 | 142 | 60 |
| Binary | 10 | 1111101 | 11110101 | 1100011 | 110001 | 0 | 100 | 11010010 | 1100010 | 110000 |
Color Harmonies of #027DF5
Complementary color
Monochromatic Colors of #027DF5
Black with #027DF5
Text Example
Text Example
White with #027DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DF5; }
p { color: rgb(2,125,245); }
H1.HeaderClassName
{
color: #027DF5;
}
.AnyTagClassName
{
color: #027DF5;
}
</style>
background-color css
<style>
a { background-color: #027DF5; }
a { background-color: rgb(2,125,245); }
div.DivClassName
{
background-color: #027DF5;
}
.BgClassName
{
background-color: #027DF5;
}
</style>
border-color css
<style>
span { border-color: #027DF5; }
span { border-color: rgb(2,125,245); }
td.TdClassName
{
border-color: #027DF5;
}
.TagClassName
{
border-color: #027DF5;
}
</style>