Shades of Dodger Blue #277AFF
Tints of Dodger Blue #277AFF
RGB
CMYK
RGB Variations
Color information
#277AFF (or 0x277AFF) is known color: Dodger Blue. HEX triplet: 27, 7A and FF. RGB value is (39,122,255). Sum of RGB (Red+Green+Blue) = 39+122+255=416 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.38% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #277AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277AFF is #D88500. Grayscale: #6F6F6F. Windows color (decimal): -14189825 or 16742951. OLE color: 16742951.
HSL color Cylindrical-coordinate representation of color #277AFF: hue angle of 216.94º 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 #277AFF is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 122 | 255 | - |
| CMYK | 0.85 | 0.52 | 0 | 0 |
| HSL | 216.94º | 1% | 0.58% | - |
| HSV(B) | 216.94º | 0.85% | 1% | - |
| XYZ | 25.85 | 21.57 | 97.41 | - |
| YUV | 112.35 | 208.5 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 255 | 0.85 | 0.52 | 0 | 0 | 216.94 | 1 | 0.58 |
| Hex | 27 | 7A | FF | 55 | 34 | 0 | 0 | D9 | 64 | 3A |
| Octal | 47 | 172 | 377 | 125 | 64 | 0 | 0 | 331 | 144 | 72 |
| Binary | 100111 | 1111010 | 11111111 | 1010101 | 110100 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #277AFF
Complementary color
Monochromatic Colors of #277AFF
Black with #277AFF
Text Example
Text Example
White with #277AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AFF; }
p { color: rgb(39,122,255); }
H1.HeaderClassName
{
color: #277AFF;
}
.AnyTagClassName
{
color: #277AFF;
}
</style>
background-color css
<style>
a { background-color: #277AFF; }
a { background-color: rgb(39,122,255); }
div.DivClassName
{
background-color: #277AFF;
}
.BgClassName
{
background-color: #277AFF;
}
</style>
border-color css
<style>
span { border-color: #277AFF; }
span { border-color: rgb(39,122,255); }
td.TdClassName
{
border-color: #277AFF;
}
.TagClassName
{
border-color: #277AFF;
}
</style>