Shades of Dodger Blue #277FFD
Tints of Dodger Blue #277FFD
RGB
CMYK
RGB Variations
Color information
#277FFD (or 0x277FFD) is known color: Dodger Blue. HEX triplet: 27, 7F and FD. RGB value is (39,127,253). Sum of RGB (Red+Green+Blue) = 39+127+253=419 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.31% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #277FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FFD is #D88002. Grayscale: #727272. Windows color (decimal): -14188547 or 16613159. OLE color: 16613159.
HSL color Cylindrical-coordinate representation of color #277FFD: hue angle of 215.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #277FFD is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 127 | 253 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.01 |
| HSL | 215.33º | 0.98% | 0.57% | - |
| HSV(B) | 215.33º | 0.85% | 0.99% | - |
| XYZ | 26.16 | 22.7 | 95.93 | - |
| YUV | 115.05 | 205.85 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 253 | 0.85 | 0.50 | 0 | 0.01 | 215.33 | 0.98 | 0.57 |
| Hex | 27 | 7F | FD | 55 | 32 | 0 | 1 | D7 | 62 | 39 |
| Octal | 47 | 177 | 375 | 125 | 62 | 0 | 1 | 327 | 142 | 71 |
| Binary | 100111 | 1111111 | 11111101 | 1010101 | 110010 | 0 | 1 | 11010111 | 1100010 | 111001 |
Color Harmonies of #277FFD
Complementary color
Monochromatic Colors of #277FFD
Black with #277FFD
Text Example
Text Example
White with #277FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FFD; }
p { color: rgb(39,127,253); }
H1.HeaderClassName
{
color: #277FFD;
}
.AnyTagClassName
{
color: #277FFD;
}
</style>
background-color css
<style>
a { background-color: #277FFD; }
a { background-color: rgb(39,127,253); }
div.DivClassName
{
background-color: #277FFD;
}
.BgClassName
{
background-color: #277FFD;
}
</style>
border-color css
<style>
span { border-color: #277FFD; }
span { border-color: rgb(39,127,253); }
td.TdClassName
{
border-color: #277FFD;
}
.TagClassName
{
border-color: #277FFD;
}
</style>