Shades of Dodger Blue #277EFD
Tints of Dodger Blue #277EFD
RGB
CMYK
RGB Variations
Color information
#277EFD (or 0x277EFD) is known color: Dodger Blue. HEX triplet: 27, 7E and FD. RGB value is (39,126,253). Sum of RGB (Red+Green+Blue) = 39+126+253=418 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.33% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #277EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277EFD is #D88102. Grayscale: #717171. Windows color (decimal): -14188803 or 16612903. OLE color: 16612903.
HSL color Cylindrical-coordinate representation of color #277EFD: hue angle of 215.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #277EFD is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 126 | 253 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.01 |
| HSL | 215.61º | 0.98% | 0.57% | - |
| HSV(B) | 215.61º | 0.85% | 0.99% | - |
| XYZ | 26.03 | 22.44 | 95.89 | - |
| YUV | 114.47 | 206.18 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 253 | 0.85 | 0.50 | 0 | 0.01 | 215.61 | 0.98 | 0.57 |
| Hex | 27 | 7E | FD | 55 | 32 | 0 | 1 | D8 | 62 | 39 |
| Octal | 47 | 176 | 375 | 125 | 62 | 0 | 1 | 330 | 142 | 71 |
| Binary | 100111 | 1111110 | 11111101 | 1010101 | 110010 | 0 | 1 | 11011000 | 1100010 | 111001 |
Color Harmonies of #277EFD
Complementary color
Monochromatic Colors of #277EFD
Black with #277EFD
Text Example
Text Example
White with #277EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277EFD; }
p { color: rgb(39,126,253); }
H1.HeaderClassName
{
color: #277EFD;
}
.AnyTagClassName
{
color: #277EFD;
}
</style>
background-color css
<style>
a { background-color: #277EFD; }
a { background-color: rgb(39,126,253); }
div.DivClassName
{
background-color: #277EFD;
}
.BgClassName
{
background-color: #277EFD;
}
</style>
border-color css
<style>
span { border-color: #277EFD; }
span { border-color: rgb(39,126,253); }
td.TdClassName
{
border-color: #277EFD;
}
.TagClassName
{
border-color: #277EFD;
}
</style>