Shades of Dodger Blue #277CFA
Tints of Dodger Blue #277CFA
RGB
CMYK
RGB Variations
Color information
#277CFA (or 0x277CFA) is known color: Dodger Blue. HEX triplet: 27, 7C and FA. RGB value is (39,124,250). Sum of RGB (Red+Green+Blue) = 39+124+250=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #277CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277CFA is #D88305. Grayscale: #707070. Windows color (decimal): -14189318 or 16415783. OLE color: 16415783.
HSL color Cylindrical-coordinate representation of color #277CFA: hue angle of 215.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277CFA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 124 | 250 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.02 |
| HSL | 215.83º | 0.95% | 0.57% | - |
| HSV(B) | 215.83º | 0.84% | 0.98% | - |
| XYZ | 25.3 | 21.75 | 93.31 | - |
| YUV | 112.95 | 205.34 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 250 | 0.84 | 0.50 | 0 | 0.02 | 215.83 | 0.95 | 0.57 |
| Hex | 27 | 7C | FA | 54 | 32 | 0 | 2 | D8 | 5F | 39 |
| Octal | 47 | 174 | 372 | 124 | 62 | 0 | 2 | 330 | 137 | 71 |
| Binary | 100111 | 1111100 | 11111010 | 1010100 | 110010 | 0 | 10 | 11011000 | 1011111 | 111001 |
Color Harmonies of #277CFA
Complementary color
Monochromatic Colors of #277CFA
Black with #277CFA
Text Example
Text Example
White with #277CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CFA; }
p { color: rgb(39,124,250); }
H1.HeaderClassName
{
color: #277CFA;
}
.AnyTagClassName
{
color: #277CFA;
}
</style>
background-color css
<style>
a { background-color: #277CFA; }
a { background-color: rgb(39,124,250); }
div.DivClassName
{
background-color: #277CFA;
}
.BgClassName
{
background-color: #277CFA;
}
</style>
border-color css
<style>
span { border-color: #277CFA; }
span { border-color: rgb(39,124,250); }
td.TdClassName
{
border-color: #277CFA;
}
.TagClassName
{
border-color: #277CFA;
}
</style>