Shades of Dodger Blue #027DFF
Tints of Dodger Blue #027DFF
RGB
CMYK
RGB Variations
Color information
#027DFF (or 0x027DFF) is known color: Dodger Blue. HEX triplet: 02, 7D and FF. RGB value is (2,125,255). Sum of RGB (Red+Green+Blue) = 2+125+255=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #027DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027DFF is #FD8200. Grayscale: #666666. Windows color (decimal): -16613889 or 16743682. OLE color: 16743682.
HSL color Cylindrical-coordinate representation of color #027DFF: hue angle of 210.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DFF is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 125 | 255 | - |
| CMYK | 0.99 | 0.51 | 0 | 0 |
| HSL | 210.83º | 1% | 0.5% | - |
| HSV(B) | 210.83º | 0.99% | 1% | - |
| XYZ | 25.41 | 21.9 | 97.5 | - |
| YUV | 103.04 | 213.75 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 255 | 0.99 | 0.51 | 0 | 0 | 210.83 | 1 | 0.5 |
| Hex | 2 | 7D | FF | 63 | 33 | 0 | 0 | D3 | 64 | 32 |
| Octal | 2 | 175 | 377 | 143 | 63 | 0 | 0 | 323 | 144 | 62 |
| Binary | 10 | 1111101 | 11111111 | 1100011 | 110011 | 0 | 0 | 11010011 | 1100100 | 110010 |
Color Harmonies of #027DFF
Complementary color
Monochromatic Colors of #027DFF
Black with #027DFF
Text Example
Text Example
White with #027DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DFF; }
p { color: rgb(2,125,255); }
H1.HeaderClassName
{
color: #027DFF;
}
.AnyTagClassName
{
color: #027DFF;
}
</style>
background-color css
<style>
a { background-color: #027DFF; }
a { background-color: rgb(2,125,255); }
div.DivClassName
{
background-color: #027DFF;
}
.BgClassName
{
background-color: #027DFF;
}
</style>
border-color css
<style>
span { border-color: #027DFF; }
span { border-color: rgb(2,125,255); }
td.TdClassName
{
border-color: #027DFF;
}
.TagClassName
{
border-color: #027DFF;
}
</style>