Shades of Dodger Blue #27A8FF
Tints of Dodger Blue #27A8FF
RGB
CMYK
RGB Variations
Color information
#27A8FF (or 0x27A8FF) is known color: Dodger Blue. HEX triplet: 27, A8 and FF. RGB value is (39,168,255). Sum of RGB (Red+Green+Blue) = 39+168+255=462 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.44% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #27A8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27A8FF is #D85700. Grayscale: #8A8A8A. Windows color (decimal): -14178049 or 16754727. OLE color: 16754727.
HSL color Cylindrical-coordinate representation of color #27A8FF: hue angle of 204.17º 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 #27A8FF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 168 | 255 | - |
| CMYK | 0.85 | 0.34 | 0 | 0 |
| HSL | 204.17º | 1% | 0.58% | - |
| HSV(B) | 204.17º | 0.85% | 1% | - |
| XYZ | 32.89 | 35.66 | 99.76 | - |
| YUV | 139.35 | 193.26 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 168 | 255 | 0.85 | 0.34 | 0 | 0 | 204.17 | 1 | 0.58 |
| Hex | 27 | A8 | FF | 55 | 22 | 0 | 0 | CC | 64 | 3A |
| Octal | 47 | 250 | 377 | 125 | 42 | 0 | 0 | 314 | 144 | 72 |
| Binary | 100111 | 10101000 | 11111111 | 1010101 | 100010 | 0 | 0 | 11001100 | 1100100 | 111010 |
Color Harmonies of #27A8FF
Complementary color
Monochromatic Colors of #27A8FF
Black with #27A8FF
Text Example
Text Example
White with #27A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A8FF; }
p { color: rgb(39,168,255); }
H1.HeaderClassName
{
color: #27A8FF;
}
.AnyTagClassName
{
color: #27A8FF;
}
</style>
background-color css
<style>
a { background-color: #27A8FF; }
a { background-color: rgb(39,168,255); }
div.DivClassName
{
background-color: #27A8FF;
}
.BgClassName
{
background-color: #27A8FF;
}
</style>
border-color css
<style>
span { border-color: #27A8FF; }
span { border-color: rgb(39,168,255); }
td.TdClassName
{
border-color: #27A8FF;
}
.TagClassName
{
border-color: #27A8FF;
}
</style>