Shades of Dodger Blue #027FEA
Tints of Dodger Blue #027FEA
RGB
CMYK
RGB Variations
Color information
#027FEA (or 0x027FEA) is known color: Dodger Blue. HEX triplet: 02, 7F and EA. RGB value is (2,127,234). Sum of RGB (Red+Green+Blue) = 2+127+234=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #027FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027FEA is #FD8015. Grayscale: #656565. Windows color (decimal): -16613398 or 15367938. OLE color: 15367938.
HSL color Cylindrical-coordinate representation of color #027FEA: hue angle of 207.67º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FEA is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 127 | 234 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.08 |
| HSL | 207.67º | 0.98% | 0.46% | - |
| HSV(B) | 207.67º | 0.99% | 0.92% | - |
| XYZ | 22.47 | 21.13 | 80.74 | - |
| YUV | 101.82 | 202.59 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 234 | 0.99 | 0.46 | 0 | 0.08 | 207.67 | 0.98 | 0.46 |
| Hex | 2 | 7F | EA | 63 | 2E | 0 | 8 | D0 | 62 | 2E |
| Octal | 2 | 177 | 352 | 143 | 56 | 0 | 10 | 320 | 142 | 56 |
| Binary | 10 | 1111111 | 11101010 | 1100011 | 101110 | 0 | 1000 | 11010000 | 1100010 | 101110 |
Color Harmonies of #027FEA
Complementary color
Monochromatic Colors of #027FEA
Black with #027FEA
Text Example
Text Example
White with #027FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FEA; }
p { color: rgb(2,127,234); }
H1.HeaderClassName
{
color: #027FEA;
}
.AnyTagClassName
{
color: #027FEA;
}
</style>
background-color css
<style>
a { background-color: #027FEA; }
a { background-color: rgb(2,127,234); }
div.DivClassName
{
background-color: #027FEA;
}
.BgClassName
{
background-color: #027FEA;
}
</style>
border-color css
<style>
span { border-color: #027FEA; }
span { border-color: rgb(2,127,234); }
td.TdClassName
{
border-color: #027FEA;
}
.TagClassName
{
border-color: #027FEA;
}
</style>