Shades of Dodger Blue #277DF1
Tints of Dodger Blue #277DF1
RGB
CMYK
RGB Variations
Color information
#277DF1 (or 0x277DF1) is known color: Dodger Blue. HEX triplet: 27, 7D and F1. RGB value is (39,125,241). Sum of RGB (Red+Green+Blue) = 39+125+241=405 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.63% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #277DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DF1 is #D8820E. Grayscale: #6F6F6F. Windows color (decimal): -14189071 or 15826215. OLE color: 15826215.
HSL color Cylindrical-coordinate representation of color #277DF1: hue angle of 214.46º 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 #277DF1 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 125 | 241 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.05 |
| HSL | 214.46º | 0.88% | 0.55% | - |
| HSV(B) | 214.46º | 0.84% | 0.95% | - |
| XYZ | 24.05 | 21.45 | 86.09 | - |
| YUV | 112.51 | 200.51 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 241 | 0.84 | 0.48 | 0 | 0.05 | 214.46 | 0.88 | 0.55 |
| Hex | 27 | 7D | F1 | 54 | 30 | 0 | 5 | D6 | 58 | 37 |
| Octal | 47 | 175 | 361 | 124 | 60 | 0 | 5 | 326 | 130 | 67 |
| Binary | 100111 | 1111101 | 11110001 | 1010100 | 110000 | 0 | 101 | 11010110 | 1011000 | 110111 |
Color Harmonies of #277DF1
Complementary color
Monochromatic Colors of #277DF1
Black with #277DF1
Text Example
Text Example
White with #277DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DF1; }
p { color: rgb(39,125,241); }
H1.HeaderClassName
{
color: #277DF1;
}
.AnyTagClassName
{
color: #277DF1;
}
</style>
background-color css
<style>
a { background-color: #277DF1; }
a { background-color: rgb(39,125,241); }
div.DivClassName
{
background-color: #277DF1;
}
.BgClassName
{
background-color: #277DF1;
}
</style>
border-color css
<style>
span { border-color: #277DF1; }
span { border-color: rgb(39,125,241); }
td.TdClassName
{
border-color: #277DF1;
}
.TagClassName
{
border-color: #277DF1;
}
</style>