Shades of Dodger Blue #277AFE
Tints of Dodger Blue #277AFE
RGB
CMYK
RGB Variations
Color information
#277AFE (or 0x277AFE) is known color: Dodger Blue. HEX triplet: 27, 7A and FE. RGB value is (39,122,254). Sum of RGB (Red+Green+Blue) = 39+122+254=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #277AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277AFE is #D88501. Grayscale: #6F6F6F. Windows color (decimal): -14189826 or 16677415. OLE color: 16677415.
HSL color Cylindrical-coordinate representation of color #277AFE: hue angle of 216.84º 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 #277AFE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 122 | 254 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.00 |
| HSL | 216.84º | 0.99% | 0.57% | - |
| HSV(B) | 216.84º | 0.85% | 1% | - |
| XYZ | 25.69 | 21.51 | 96.56 | - |
| YUV | 112.23 | 208 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 254 | 0.85 | 0.52 | 0 | 0.00 | 216.84 | 0.99 | 0.57 |
| Hex | 27 | 7A | FE | 55 | 34 | 0 | 0 | D9 | 63 | 39 |
| Octal | 47 | 172 | 376 | 125 | 64 | 0 | 0 | 331 | 143 | 71 |
| Binary | 100111 | 1111010 | 11111110 | 1010101 | 110100 | 0 | 0 | 11011001 | 1100011 | 111001 |
Color Harmonies of #277AFE
Complementary color
Monochromatic Colors of #277AFE
Black with #277AFE
Text Example
Text Example
White with #277AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AFE; }
p { color: rgb(39,122,254); }
H1.HeaderClassName
{
color: #277AFE;
}
.AnyTagClassName
{
color: #277AFE;
}
</style>
background-color css
<style>
a { background-color: #277AFE; }
a { background-color: rgb(39,122,254); }
div.DivClassName
{
background-color: #277AFE;
}
.BgClassName
{
background-color: #277AFE;
}
</style>
border-color css
<style>
span { border-color: #277AFE; }
span { border-color: rgb(39,122,254); }
td.TdClassName
{
border-color: #277AFE;
}
.TagClassName
{
border-color: #277AFE;
}
</style>