Shades of Dodger Blue #27A8FE
Tints of Dodger Blue #27A8FE
RGB
CMYK
RGB Variations
Color information
#27A8FE (or 0x27A8FE) is known color: Dodger Blue. HEX triplet: 27, A8 and FE. RGB value is (39,168,254). Sum of RGB (Red+Green+Blue) = 39+168+254=461 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.46% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #27A8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27A8FE is #D85701. Grayscale: #8A8A8A. Windows color (decimal): -14178050 or 16689191. OLE color: 16689191.
HSL color Cylindrical-coordinate representation of color #27A8FE: hue angle of 204º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27A8FE is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 168 | 254 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.00 |
| HSL | 204º | 0.99% | 0.57% | - |
| HSV(B) | 204º | 0.85% | 1% | - |
| XYZ | 32.73 | 35.59 | 98.91 | - |
| YUV | 139.23 | 192.76 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 168 | 254 | 0.85 | 0.34 | 0 | 0.00 | 204 | 0.99 | 0.57 |
| Hex | 27 | A8 | FE | 55 | 22 | 0 | 0 | CC | 63 | 39 |
| Octal | 47 | 250 | 376 | 125 | 42 | 0 | 0 | 314 | 143 | 71 |
| Binary | 100111 | 10101000 | 11111110 | 1010101 | 100010 | 0 | 0 | 11001100 | 1100011 | 111001 |
Color Harmonies of #27A8FE
Complementary color
Monochromatic Colors of #27A8FE
Black with #27A8FE
Text Example
Text Example
White with #27A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A8FE; }
p { color: rgb(39,168,254); }
H1.HeaderClassName
{
color: #27A8FE;
}
.AnyTagClassName
{
color: #27A8FE;
}
</style>
background-color css
<style>
a { background-color: #27A8FE; }
a { background-color: rgb(39,168,254); }
div.DivClassName
{
background-color: #27A8FE;
}
.BgClassName
{
background-color: #27A8FE;
}
</style>
border-color css
<style>
span { border-color: #27A8FE; }
span { border-color: rgb(39,168,254); }
td.TdClassName
{
border-color: #27A8FE;
}
.TagClassName
{
border-color: #27A8FE;
}
</style>