Shades of Dodger Blue #027EFC
Tints of Dodger Blue #027EFC
RGB
CMYK
RGB Variations
Color information
#027EFC (or 0x027EFC) is known color: Dodger Blue. HEX triplet: 02, 7E and FC. RGB value is (2,126,252). Sum of RGB (Red+Green+Blue) = 2+126+252=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #027EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027EFC is #FD8103. Grayscale: #666666. Windows color (decimal): -16613636 or 16547330. OLE color: 16547330.
HSL color Cylindrical-coordinate representation of color #027EFC: hue angle of 210.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EFC is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 126 | 252 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.01 |
| HSL | 210.24º | 0.98% | 0.5% | - |
| HSV(B) | 210.24º | 0.99% | 0.99% | - |
| XYZ | 25.06 | 21.96 | 95.01 | - |
| YUV | 103.29 | 211.92 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 252 | 0.99 | 0.5 | 0 | 0.01 | 210.24 | 0.98 | 0.5 |
| Hex | 2 | 7E | FC | 63 | 32 | 0 | 1 | D2 | 62 | 32 |
| Octal | 2 | 176 | 374 | 143 | 62 | 0 | 1 | 322 | 142 | 62 |
| Binary | 10 | 1111110 | 11111100 | 1100011 | 110010 | 0 | 1 | 11010010 | 1100010 | 110010 |
Color Harmonies of #027EFC
Complementary color
Monochromatic Colors of #027EFC
Black with #027EFC
Text Example
Text Example
White with #027EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027EFC; }
p { color: rgb(2,126,252); }
H1.HeaderClassName
{
color: #027EFC;
}
.AnyTagClassName
{
color: #027EFC;
}
</style>
background-color css
<style>
a { background-color: #027EFC; }
a { background-color: rgb(2,126,252); }
div.DivClassName
{
background-color: #027EFC;
}
.BgClassName
{
background-color: #027EFC;
}
</style>
border-color css
<style>
span { border-color: #027EFC; }
span { border-color: rgb(2,126,252); }
td.TdClassName
{
border-color: #027EFC;
}
.TagClassName
{
border-color: #027EFC;
}
</style>