Shades of Dodger Blue #279DFF
Tints of Dodger Blue #279DFF
RGB
CMYK
RGB Variations
Color information
#279DFF (or 0x279DFF) is known color: Dodger Blue. HEX triplet: 27, 9D and FF. RGB value is (39,157,255). Sum of RGB (Red+Green+Blue) = 39+157+255=451 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.65% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #279DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279DFF is #D86200. Grayscale: #848484. Windows color (decimal): -14180865 or 16751911. OLE color: 16751911.
HSL color Cylindrical-coordinate representation of color #279DFF: hue angle of 207.22º 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 #279DFF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 157 | 255 | - |
| CMYK | 0.85 | 0.38 | 0 | 0 |
| HSL | 207.22º | 1% | 0.58% | - |
| HSV(B) | 207.22º | 0.85% | 1% | - |
| XYZ | 30.94 | 31.77 | 99.11 | - |
| YUV | 132.89 | 196.91 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 255 | 0.85 | 0.38 | 0 | 0 | 207.22 | 1 | 0.58 |
| Hex | 27 | 9D | FF | 55 | 26 | 0 | 0 | CF | 64 | 3A |
| Octal | 47 | 235 | 377 | 125 | 46 | 0 | 0 | 317 | 144 | 72 |
| Binary | 100111 | 10011101 | 11111111 | 1010101 | 100110 | 0 | 0 | 11001111 | 1100100 | 111010 |
Color Harmonies of #279DFF
Complementary color
Monochromatic Colors of #279DFF
Black with #279DFF
Text Example
Text Example
White with #279DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279DFF; }
p { color: rgb(39,157,255); }
H1.HeaderClassName
{
color: #279DFF;
}
.AnyTagClassName
{
color: #279DFF;
}
</style>
background-color css
<style>
a { background-color: #279DFF; }
a { background-color: rgb(39,157,255); }
div.DivClassName
{
background-color: #279DFF;
}
.BgClassName
{
background-color: #279DFF;
}
</style>
border-color css
<style>
span { border-color: #279DFF; }
span { border-color: rgb(39,157,255); }
td.TdClassName
{
border-color: #279DFF;
}
.TagClassName
{
border-color: #279DFF;
}
</style>