Shades of Dodger Blue #279EFF
Tints of Dodger Blue #279EFF
RGB
CMYK
RGB Variations
Color information
#279EFF (or 0x279EFF) is known color: Dodger Blue. HEX triplet: 27, 9E and FF. RGB value is (39,158,255). Sum of RGB (Red+Green+Blue) = 39+158+255=452 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.63% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #279EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279EFF is #D86100. Grayscale: #848484. Windows color (decimal): -14180609 or 16752167. OLE color: 16752167.
HSL color Cylindrical-coordinate representation of color #279EFF: hue angle of 206.94º 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 #279EFF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 158 | 255 | - |
| CMYK | 0.85 | 0.38 | 0 | 0 |
| HSL | 206.94º | 1% | 0.58% | - |
| HSV(B) | 206.94º | 0.85% | 1% | - |
| XYZ | 31.11 | 32.11 | 99.16 | - |
| YUV | 133.48 | 196.58 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 255 | 0.85 | 0.38 | 0 | 0 | 206.94 | 1 | 0.58 |
| Hex | 27 | 9E | FF | 55 | 26 | 0 | 0 | CF | 64 | 3A |
| Octal | 47 | 236 | 377 | 125 | 46 | 0 | 0 | 317 | 144 | 72 |
| Binary | 100111 | 10011110 | 11111111 | 1010101 | 100110 | 0 | 0 | 11001111 | 1100100 | 111010 |
Color Harmonies of #279EFF
Complementary color
Monochromatic Colors of #279EFF
Black with #279EFF
Text Example
Text Example
White with #279EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279EFF; }
p { color: rgb(39,158,255); }
H1.HeaderClassName
{
color: #279EFF;
}
.AnyTagClassName
{
color: #279EFF;
}
</style>
background-color css
<style>
a { background-color: #279EFF; }
a { background-color: rgb(39,158,255); }
div.DivClassName
{
background-color: #279EFF;
}
.BgClassName
{
background-color: #279EFF;
}
</style>
border-color css
<style>
span { border-color: #279EFF; }
span { border-color: rgb(39,158,255); }
td.TdClassName
{
border-color: #279EFF;
}
.TagClassName
{
border-color: #279EFF;
}
</style>