Shades of Dodger Blue #027DFE
Tints of Dodger Blue #027DFE
RGB
CMYK
RGB Variations
Color information
#027DFE (or 0x027DFE) is known color: Dodger Blue. HEX triplet: 02, 7D and FE. RGB value is (2,125,254). Sum of RGB (Red+Green+Blue) = 2+125+254=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 125 (49.22% from 255 or 32.81% 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 #027DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027DFE is #FD8201. Grayscale: #666666. Windows color (decimal): -16613890 or 16678146. OLE color: 16678146.
HSL color Cylindrical-coordinate representation of color #027DFE: hue angle of 210.71º 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 #027DFE is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 125 | 254 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.00 |
| HSL | 210.71º | 0.99% | 0.5% | - |
| HSV(B) | 210.71º | 0.99% | 1% | - |
| XYZ | 25.25 | 21.84 | 96.65 | - |
| YUV | 102.93 | 213.25 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 254 | 0.99 | 0.51 | 0 | 0.00 | 210.71 | 0.99 | 0.5 |
| Hex | 2 | 7D | FE | 63 | 33 | 0 | 0 | D3 | 63 | 32 |
| Octal | 2 | 175 | 376 | 143 | 63 | 0 | 0 | 323 | 143 | 62 |
| Binary | 10 | 1111101 | 11111110 | 1100011 | 110011 | 0 | 0 | 11010011 | 1100011 | 110010 |
Color Harmonies of #027DFE
Complementary color
Monochromatic Colors of #027DFE
Black with #027DFE
Text Example
Text Example
White with #027DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DFE; }
p { color: rgb(2,125,254); }
H1.HeaderClassName
{
color: #027DFE;
}
.AnyTagClassName
{
color: #027DFE;
}
</style>
background-color css
<style>
a { background-color: #027DFE; }
a { background-color: rgb(2,125,254); }
div.DivClassName
{
background-color: #027DFE;
}
.BgClassName
{
background-color: #027DFE;
}
</style>
border-color css
<style>
span { border-color: #027DFE; }
span { border-color: rgb(2,125,254); }
td.TdClassName
{
border-color: #027DFE;
}
.TagClassName
{
border-color: #027DFE;
}
</style>