Shades of Dodger Blue #27A6FF
Tints of Dodger Blue #27A6FF
RGB
CMYK
RGB Variations
Color information
#27A6FF (or 0x27A6FF) is known color: Dodger Blue. HEX triplet: 27, A6 and FF. RGB value is (39,166,255). Sum of RGB (Red+Green+Blue) = 39+166+255=460 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.48% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #27A6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27A6FF is #D85900. Grayscale: #898989. Windows color (decimal): -14178561 or 16754215. OLE color: 16754215.
HSL color Cylindrical-coordinate representation of color #27A6FF: hue angle of 204.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27A6FF is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 166 | 255 | - |
| CMYK | 0.85 | 0.35 | 0 | 0 |
| HSL | 204.72º | 1% | 0.58% | - |
| HSV(B) | 204.72º | 0.85% | 1% | - |
| XYZ | 32.52 | 34.92 | 99.63 | - |
| YUV | 138.17 | 193.92 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 166 | 255 | 0.85 | 0.35 | 0 | 0 | 204.72 | 1 | 0.58 |
| Hex | 27 | A6 | FF | 55 | 23 | 0 | 0 | CD | 64 | 3A |
| Octal | 47 | 246 | 377 | 125 | 43 | 0 | 0 | 315 | 144 | 72 |
| Binary | 100111 | 10100110 | 11111111 | 1010101 | 100011 | 0 | 0 | 11001101 | 1100100 | 111010 |
Color Harmonies of #27A6FF
Complementary color
Monochromatic Colors of #27A6FF
Black with #27A6FF
Text Example
Text Example
White with #27A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A6FF; }
p { color: rgb(39,166,255); }
H1.HeaderClassName
{
color: #27A6FF;
}
.AnyTagClassName
{
color: #27A6FF;
}
</style>
background-color css
<style>
a { background-color: #27A6FF; }
a { background-color: rgb(39,166,255); }
div.DivClassName
{
background-color: #27A6FF;
}
.BgClassName
{
background-color: #27A6FF;
}
</style>
border-color css
<style>
span { border-color: #27A6FF; }
span { border-color: rgb(39,166,255); }
td.TdClassName
{
border-color: #27A6FF;
}
.TagClassName
{
border-color: #27A6FF;
}
</style>