Shades of Dodger Blue #277CFE
Tints of Dodger Blue #277CFE
RGB
CMYK
RGB Variations
Color information
#277CFE (or 0x277CFE) is known color: Dodger Blue. HEX triplet: 27, 7C and FE. RGB value is (39,124,254). Sum of RGB (Red+Green+Blue) = 39+124+254=417 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.35% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #277CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277CFE is #D88301. Grayscale: #707070. Windows color (decimal): -14189314 or 16677927. OLE color: 16677927.
HSL color Cylindrical-coordinate representation of color #277CFE: hue angle of 216.28º 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 #277CFE is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 124 | 254 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.00 |
| HSL | 216.28º | 0.99% | 0.57% | - |
| HSV(B) | 216.28º | 0.85% | 1% | - |
| XYZ | 25.93 | 22 | 96.65 | - |
| YUV | 113.41 | 207.34 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 254 | 0.85 | 0.51 | 0 | 0.00 | 216.28 | 0.99 | 0.57 |
| Hex | 27 | 7C | FE | 55 | 33 | 0 | 0 | D8 | 63 | 39 |
| Octal | 47 | 174 | 376 | 125 | 63 | 0 | 0 | 330 | 143 | 71 |
| Binary | 100111 | 1111100 | 11111110 | 1010101 | 110011 | 0 | 0 | 11011000 | 1100011 | 111001 |
Color Harmonies of #277CFE
Complementary color
Monochromatic Colors of #277CFE
Black with #277CFE
Text Example
Text Example
White with #277CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CFE; }
p { color: rgb(39,124,254); }
H1.HeaderClassName
{
color: #277CFE;
}
.AnyTagClassName
{
color: #277CFE;
}
</style>
background-color css
<style>
a { background-color: #277CFE; }
a { background-color: rgb(39,124,254); }
div.DivClassName
{
background-color: #277CFE;
}
.BgClassName
{
background-color: #277CFE;
}
</style>
border-color css
<style>
span { border-color: #277CFE; }
span { border-color: rgb(39,124,254); }
td.TdClassName
{
border-color: #277CFE;
}
.TagClassName
{
border-color: #277CFE;
}
</style>