Shades of Dodger Blue #279EF1
Tints of Dodger Blue #279EF1
RGB
CMYK
RGB Variations
Color information
#279EF1 (or 0x279EF1) is known color: Dodger Blue. HEX triplet: 27, 9E and F1. RGB value is (39,158,241). Sum of RGB (Red+Green+Blue) = 39+158+241=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #279EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279EF1 is #D8610E. Grayscale: #838383. Windows color (decimal): -14180623 or 15834663. OLE color: 15834663.
HSL color Cylindrical-coordinate representation of color #279EF1: hue angle of 204.65º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #279EF1 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 158 | 241 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.05 |
| HSL | 204.65º | 0.88% | 0.55% | - |
| HSV(B) | 204.65º | 0.84% | 0.95% | - |
| XYZ | 28.94 | 31.24 | 87.72 | - |
| YUV | 131.88 | 189.58 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 241 | 0.84 | 0.34 | 0 | 0.05 | 204.65 | 0.88 | 0.55 |
| Hex | 27 | 9E | F1 | 54 | 22 | 0 | 5 | CD | 58 | 37 |
| Octal | 47 | 236 | 361 | 124 | 42 | 0 | 5 | 315 | 130 | 67 |
| Binary | 100111 | 10011110 | 11110001 | 1010100 | 100010 | 0 | 101 | 11001101 | 1011000 | 110111 |
Color Harmonies of #279EF1
Complementary color
Monochromatic Colors of #279EF1
Black with #279EF1
Text Example
Text Example
White with #279EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279EF1; }
p { color: rgb(39,158,241); }
H1.HeaderClassName
{
color: #279EF1;
}
.AnyTagClassName
{
color: #279EF1;
}
</style>
background-color css
<style>
a { background-color: #279EF1; }
a { background-color: rgb(39,158,241); }
div.DivClassName
{
background-color: #279EF1;
}
.BgClassName
{
background-color: #279EF1;
}
</style>
border-color css
<style>
span { border-color: #279EF1; }
span { border-color: rgb(39,158,241); }
td.TdClassName
{
border-color: #279EF1;
}
.TagClassName
{
border-color: #279EF1;
}
</style>