Shades of Dodger Blue #277CF1
Tints of Dodger Blue #277CF1
RGB
CMYK
RGB Variations
Color information
#277CF1 (or 0x277CF1) is known color: Dodger Blue. HEX triplet: 27, 7C and F1. RGB value is (39,124,241). Sum of RGB (Red+Green+Blue) = 39+124+241=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #277CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277CF1 is #D8830E. Grayscale: #6F6F6F. Windows color (decimal): -14189327 or 15825959. OLE color: 15825959.
HSL color Cylindrical-coordinate representation of color #277CF1: hue angle of 214.75º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277CF1 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 124 | 241 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.05 |
| HSL | 214.75º | 0.88% | 0.55% | - |
| HSV(B) | 214.75º | 0.84% | 0.95% | - |
| XYZ | 23.92 | 21.2 | 86.05 | - |
| YUV | 111.92 | 200.84 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 241 | 0.84 | 0.49 | 0 | 0.05 | 214.75 | 0.88 | 0.55 |
| Hex | 27 | 7C | F1 | 54 | 31 | 0 | 5 | D7 | 58 | 37 |
| Octal | 47 | 174 | 361 | 124 | 61 | 0 | 5 | 327 | 130 | 67 |
| Binary | 100111 | 1111100 | 11110001 | 1010100 | 110001 | 0 | 101 | 11010111 | 1011000 | 110111 |
Color Harmonies of #277CF1
Complementary color
Monochromatic Colors of #277CF1
Black with #277CF1
Text Example
Text Example
White with #277CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CF1; }
p { color: rgb(39,124,241); }
H1.HeaderClassName
{
color: #277CF1;
}
.AnyTagClassName
{
color: #277CF1;
}
</style>
background-color css
<style>
a { background-color: #277CF1; }
a { background-color: rgb(39,124,241); }
div.DivClassName
{
background-color: #277CF1;
}
.BgClassName
{
background-color: #277CF1;
}
</style>
border-color css
<style>
span { border-color: #277CF1; }
span { border-color: rgb(39,124,241); }
td.TdClassName
{
border-color: #277CF1;
}
.TagClassName
{
border-color: #277CF1;
}
</style>