Shades of Dodger Blue #27A2FF
Tints of Dodger Blue #27A2FF
RGB
CMYK
RGB Variations
Color information
#27A2FF (or 0x27A2FF) is known color: Dodger Blue. HEX triplet: 27, A2 and FF. RGB value is (39,162,255). Sum of RGB (Red+Green+Blue) = 39+162+255=456 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.55% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #27A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27A2FF is #D85D00. Grayscale: #878787. Windows color (decimal): -14179585 or 16753191. OLE color: 16753191.
HSL color Cylindrical-coordinate representation of color #27A2FF: hue angle of 205.83º 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 #27A2FF is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 162 | 255 | - |
| CMYK | 0.85 | 0.36 | 0 | 0 |
| HSL | 205.83º | 1% | 0.58% | - |
| HSV(B) | 205.83º | 0.85% | 1% | - |
| XYZ | 31.81 | 33.49 | 99.4 | - |
| YUV | 135.83 | 195.25 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 255 | 0.85 | 0.36 | 0 | 0 | 205.83 | 1 | 0.58 |
| Hex | 27 | A2 | FF | 55 | 24 | 0 | 0 | CE | 64 | 3A |
| Octal | 47 | 242 | 377 | 125 | 44 | 0 | 0 | 316 | 144 | 72 |
| Binary | 100111 | 10100010 | 11111111 | 1010101 | 100100 | 0 | 0 | 11001110 | 1100100 | 111010 |
Color Harmonies of #27A2FF
Complementary color
Monochromatic Colors of #27A2FF
Black with #27A2FF
Text Example
Text Example
White with #27A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A2FF; }
p { color: rgb(39,162,255); }
H1.HeaderClassName
{
color: #27A2FF;
}
.AnyTagClassName
{
color: #27A2FF;
}
</style>
background-color css
<style>
a { background-color: #27A2FF; }
a { background-color: rgb(39,162,255); }
div.DivClassName
{
background-color: #27A2FF;
}
.BgClassName
{
background-color: #27A2FF;
}
</style>
border-color css
<style>
span { border-color: #27A2FF; }
span { border-color: rgb(39,162,255); }
td.TdClassName
{
border-color: #27A2FF;
}
.TagClassName
{
border-color: #27A2FF;
}
</style>