Shades of Dodger Blue #27ADFF
Tints of Dodger Blue #27ADFF
RGB
CMYK
RGB Variations
Color information
#27ADFF (or 0x27ADFF) is known color: Dodger Blue. HEX triplet: 27, AD and FF. RGB value is (39,173,255). Sum of RGB (Red+Green+Blue) = 39+173+255=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #27ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27ADFF is #D85200. Grayscale: #8D8D8D. Windows color (decimal): -14176769 or 16756007. OLE color: 16756007.
HSL color Cylindrical-coordinate representation of color #27ADFF: hue angle of 202.78º 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 #27ADFF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 173 | 255 | - |
| CMYK | 0.85 | 0.32 | 0 | 0 |
| HSL | 202.78º | 1% | 0.58% | - |
| HSV(B) | 202.78º | 0.85% | 1% | - |
| XYZ | 33.83 | 37.54 | 100.07 | - |
| YUV | 142.28 | 191.61 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 255 | 0.85 | 0.32 | 0 | 0 | 202.78 | 1 | 0.58 |
| Hex | 27 | AD | FF | 55 | 20 | 0 | 0 | CB | 64 | 3A |
| Octal | 47 | 255 | 377 | 125 | 40 | 0 | 0 | 313 | 144 | 72 |
| Binary | 100111 | 10101101 | 11111111 | 1010101 | 100000 | 0 | 0 | 11001011 | 1100100 | 111010 |
Color Harmonies of #27ADFF
Complementary color
Monochromatic Colors of #27ADFF
Black with #27ADFF
Text Example
Text Example
White with #27ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ADFF; }
p { color: rgb(39,173,255); }
H1.HeaderClassName
{
color: #27ADFF;
}
.AnyTagClassName
{
color: #27ADFF;
}
</style>
background-color css
<style>
a { background-color: #27ADFF; }
a { background-color: rgb(39,173,255); }
div.DivClassName
{
background-color: #27ADFF;
}
.BgClassName
{
background-color: #27ADFF;
}
</style>
border-color css
<style>
span { border-color: #27ADFF; }
span { border-color: rgb(39,173,255); }
td.TdClassName
{
border-color: #27ADFF;
}
.TagClassName
{
border-color: #27ADFF;
}
</style>