Shades of Dodger Blue #277FFE
Tints of Dodger Blue #277FFE
RGB
CMYK
RGB Variations
Color information
#277FFE (or 0x277FFE) is known color: Dodger Blue. HEX triplet: 27, 7F and FE. RGB value is (39,127,254). Sum of RGB (Red+Green+Blue) = 39+127+254=420 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.29% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #277FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FFE is #D88001. Grayscale: #727272. Windows color (decimal): -14188546 or 16678695. OLE color: 16678695.
HSL color Cylindrical-coordinate representation of color #277FFE: hue angle of 215.44º 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 #277FFE is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 127 | 254 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.00 |
| HSL | 215.44º | 0.99% | 0.57% | - |
| HSV(B) | 215.44º | 0.85% | 1% | - |
| XYZ | 26.32 | 22.77 | 96.77 | - |
| YUV | 115.17 | 206.35 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 254 | 0.85 | 0.50 | 0 | 0.00 | 215.44 | 0.99 | 0.57 |
| Hex | 27 | 7F | FE | 55 | 32 | 0 | 0 | D7 | 63 | 39 |
| Octal | 47 | 177 | 376 | 125 | 62 | 0 | 0 | 327 | 143 | 71 |
| Binary | 100111 | 1111111 | 11111110 | 1010101 | 110010 | 0 | 0 | 11010111 | 1100011 | 111001 |
Color Harmonies of #277FFE
Complementary color
Monochromatic Colors of #277FFE
Black with #277FFE
Text Example
Text Example
White with #277FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FFE; }
p { color: rgb(39,127,254); }
H1.HeaderClassName
{
color: #277FFE;
}
.AnyTagClassName
{
color: #277FFE;
}
</style>
background-color css
<style>
a { background-color: #277FFE; }
a { background-color: rgb(39,127,254); }
div.DivClassName
{
background-color: #277FFE;
}
.BgClassName
{
background-color: #277FFE;
}
</style>
border-color css
<style>
span { border-color: #277FFE; }
span { border-color: rgb(39,127,254); }
td.TdClassName
{
border-color: #277FFE;
}
.TagClassName
{
border-color: #277FFE;
}
</style>