Shades of Dodger Blue #27A0EF
Tints of Dodger Blue #27A0EF
RGB
CMYK
RGB Variations
Color information
#27A0EF (or 0x27A0EF) is known color: Dodger Blue. HEX triplet: 27, A0 and EF. RGB value is (39,160,239). Sum of RGB (Red+Green+Blue) = 39+160+239=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #27A0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27A0EF is #D85F10. Grayscale: #848484. Windows color (decimal): -14180113 or 15704103. OLE color: 15704103.
HSL color Cylindrical-coordinate representation of color #27A0EF: hue angle of 203.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27A0EF is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 160 | 239 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.06 |
| HSL | 203.7º | 0.86% | 0.55% | - |
| HSV(B) | 203.7º | 0.84% | 0.94% | - |
| XYZ | 28.99 | 31.8 | 86.27 | - |
| YUV | 132.83 | 187.91 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 239 | 0.84 | 0.33 | 0 | 0.06 | 203.7 | 0.86 | 0.55 |
| Hex | 27 | A0 | EF | 54 | 21 | 0 | 6 | CC | 56 | 37 |
| Octal | 47 | 240 | 357 | 124 | 41 | 0 | 6 | 314 | 126 | 67 |
| Binary | 100111 | 10100000 | 11101111 | 1010100 | 100001 | 0 | 110 | 11001100 | 1010110 | 110111 |
Color Harmonies of #27A0EF
Complementary color
Monochromatic Colors of #27A0EF
Black with #27A0EF
Text Example
Text Example
White with #27A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A0EF; }
p { color: rgb(39,160,239); }
H1.HeaderClassName
{
color: #27A0EF;
}
.AnyTagClassName
{
color: #27A0EF;
}
</style>
background-color css
<style>
a { background-color: #27A0EF; }
a { background-color: rgb(39,160,239); }
div.DivClassName
{
background-color: #27A0EF;
}
.BgClassName
{
background-color: #27A0EF;
}
</style>
border-color css
<style>
span { border-color: #27A0EF; }
span { border-color: rgb(39,160,239); }
td.TdClassName
{
border-color: #27A0EF;
}
.TagClassName
{
border-color: #27A0EF;
}
</style>