Shades of Dodger Blue #277CFF
Tints of Dodger Blue #277CFF
RGB
CMYK
RGB Variations
Color information
#277CFF (or 0x277CFF) is known color: Dodger Blue. HEX triplet: 27, 7C and FF. RGB value is (39,124,255). Sum of RGB (Red+Green+Blue) = 39+124+255=418 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.33% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #277CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277CFF is #D88300. Grayscale: #707070. Windows color (decimal): -14189313 or 16743463. OLE color: 16743463.
HSL color Cylindrical-coordinate representation of color #277CFF: hue angle of 216.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #277CFF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 124 | 255 | - |
| CMYK | 0.85 | 0.51 | 0 | 0 |
| HSL | 216.39º | 1% | 0.58% | - |
| HSV(B) | 216.39º | 0.85% | 1% | - |
| XYZ | 26.09 | 22.07 | 97.49 | - |
| YUV | 113.52 | 207.84 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 255 | 0.85 | 0.51 | 0 | 0 | 216.39 | 1 | 0.58 |
| Hex | 27 | 7C | FF | 55 | 33 | 0 | 0 | D8 | 64 | 3A |
| Octal | 47 | 174 | 377 | 125 | 63 | 0 | 0 | 330 | 144 | 72 |
| Binary | 100111 | 1111100 | 11111111 | 1010101 | 110011 | 0 | 0 | 11011000 | 1100100 | 111010 |
Color Harmonies of #277CFF
Complementary color
Monochromatic Colors of #277CFF
Black with #277CFF
Text Example
Text Example
White with #277CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CFF; }
p { color: rgb(39,124,255); }
H1.HeaderClassName
{
color: #277CFF;
}
.AnyTagClassName
{
color: #277CFF;
}
</style>
background-color css
<style>
a { background-color: #277CFF; }
a { background-color: rgb(39,124,255); }
div.DivClassName
{
background-color: #277CFF;
}
.BgClassName
{
background-color: #277CFF;
}
</style>
border-color css
<style>
span { border-color: #277CFF; }
span { border-color: rgb(39,124,255); }
td.TdClassName
{
border-color: #277CFF;
}
.TagClassName
{
border-color: #277CFF;
}
</style>