Shades of Dodger Blue #277DFE
Tints of Dodger Blue #277DFE
RGB
CMYK
RGB Variations
Color information
#277DFE (or 0x277DFE) is known color: Dodger Blue. HEX triplet: 27, 7D and FE. RGB value is (39,125,254). Sum of RGB (Red+Green+Blue) = 39+125+254=418 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.33% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #277DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DFE is #D88201. Grayscale: #717171. Windows color (decimal): -14189058 or 16678183. OLE color: 16678183.
HSL color Cylindrical-coordinate representation of color #277DFE: hue angle of 216º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #277DFE is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 125 | 254 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.00 |
| HSL | 216º | 0.99% | 0.57% | - |
| HSV(B) | 216º | 0.85% | 1% | - |
| XYZ | 26.06 | 22.25 | 96.69 | - |
| YUV | 113.99 | 207.01 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 254 | 0.85 | 0.51 | 0 | 0.00 | 216 | 0.99 | 0.57 |
| Hex | 27 | 7D | FE | 55 | 33 | 0 | 0 | D8 | 63 | 39 |
| Octal | 47 | 175 | 376 | 125 | 63 | 0 | 0 | 330 | 143 | 71 |
| Binary | 100111 | 1111101 | 11111110 | 1010101 | 110011 | 0 | 0 | 11011000 | 1100011 | 111001 |
Color Harmonies of #277DFE
Complementary color
Monochromatic Colors of #277DFE
Black with #277DFE
Text Example
Text Example
White with #277DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DFE; }
p { color: rgb(39,125,254); }
H1.HeaderClassName
{
color: #277DFE;
}
.AnyTagClassName
{
color: #277DFE;
}
</style>
background-color css
<style>
a { background-color: #277DFE; }
a { background-color: rgb(39,125,254); }
div.DivClassName
{
background-color: #277DFE;
}
.BgClassName
{
background-color: #277DFE;
}
</style>
border-color css
<style>
span { border-color: #277DFE; }
span { border-color: rgb(39,125,254); }
td.TdClassName
{
border-color: #277DFE;
}
.TagClassName
{
border-color: #277DFE;
}
</style>