Shades of Dodger Blue #027CFD
Tints of Dodger Blue #027CFD
RGB
CMYK
RGB Variations
Color information
#027CFD (or 0x027CFD) is known color: Dodger Blue. HEX triplet: 02, 7C and FD. RGB value is (2,124,253). Sum of RGB (Red+Green+Blue) = 2+124+253=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #027CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CFD is #FD8302. Grayscale: #656565. Windows color (decimal): -16614147 or 16612354. OLE color: 16612354.
HSL color Cylindrical-coordinate representation of color #027CFD: hue angle of 210.84º 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 #027CFD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 124 | 253 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.01 |
| HSL | 210.84º | 0.98% | 0.5% | - |
| HSV(B) | 210.84º | 0.99% | 0.99% | - |
| XYZ | 24.96 | 21.52 | 95.77 | - |
| YUV | 102.23 | 213.08 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 253 | 0.99 | 0.51 | 0 | 0.01 | 210.84 | 0.98 | 0.5 |
| Hex | 2 | 7C | FD | 63 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 2 | 174 | 375 | 143 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 10 | 1111100 | 11111101 | 1100011 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #027CFD
Complementary color
Monochromatic Colors of #027CFD
Black with #027CFD
Text Example
Text Example
White with #027CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CFD; }
p { color: rgb(2,124,253); }
H1.HeaderClassName
{
color: #027CFD;
}
.AnyTagClassName
{
color: #027CFD;
}
</style>
background-color css
<style>
a { background-color: #027CFD; }
a { background-color: rgb(2,124,253); }
div.DivClassName
{
background-color: #027CFD;
}
.BgClassName
{
background-color: #027CFD;
}
</style>
border-color css
<style>
span { border-color: #027CFD; }
span { border-color: rgb(2,124,253); }
td.TdClassName
{
border-color: #027CFD;
}
.TagClassName
{
border-color: #027CFD;
}
</style>