Shades of Dodger Blue #277CE5
Tints of Dodger Blue #277CE5
RGB
CMYK
RGB Variations
Color information
#277CE5 (or 0x277CE5) is known color: Dodger Blue. HEX triplet: 27, 7C and E5. RGB value is (39,124,229). Sum of RGB (Red+Green+Blue) = 39+124+229=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #277CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CE5 is #D8831A. Grayscale: #6E6E6E. Windows color (decimal): -14189339 or 15039527. OLE color: 15039527.
HSL color Cylindrical-coordinate representation of color #277CE5: hue angle of 213.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277CE5 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 124 | 229 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.10 |
| HSL | 213.16º | 0.79% | 0.53% | - |
| HSV(B) | 213.16º | 0.83% | 0.9% | - |
| XYZ | 22.19 | 20.5 | 76.92 | - |
| YUV | 110.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 229 | 0.83 | 0.46 | 0 | 0.10 | 213.16 | 0.79 | 0.53 |
| Hex | 27 | 7C | E5 | 53 | 2E | 0 | A | D5 | 4F | 35 |
| Octal | 47 | 174 | 345 | 123 | 56 | 0 | 12 | 325 | 117 | 65 |
| Binary | 100111 | 1111100 | 11100101 | 1010011 | 101110 | 0 | 1010 | 11010101 | 1001111 | 110101 |
Color Harmonies of #277CE5
Complementary color
Monochromatic Colors of #277CE5
Black with #277CE5
Text Example
Text Example
White with #277CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CE5; }
p { color: rgb(39,124,229); }
H1.HeaderClassName
{
color: #277CE5;
}
.AnyTagClassName
{
color: #277CE5;
}
</style>
background-color css
<style>
a { background-color: #277CE5; }
a { background-color: rgb(39,124,229); }
div.DivClassName
{
background-color: #277CE5;
}
.BgClassName
{
background-color: #277CE5;
}
</style>
border-color css
<style>
span { border-color: #277CE5; }
span { border-color: rgb(39,124,229); }
td.TdClassName
{
border-color: #277CE5;
}
.TagClassName
{
border-color: #277CE5;
}
</style>