Shades of Dodger Blue #277BEB
Tints of Dodger Blue #277BEB
RGB
CMYK
RGB Variations
Color information
#277BEB (or 0x277BEB) is known color: Dodger Blue. HEX triplet: 27, 7B and EB. RGB value is (39,123,235). Sum of RGB (Red+Green+Blue) = 39+123+235=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #277BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277BEB is #D88414. Grayscale: #6E6E6E. Windows color (decimal): -14189589 or 15432487. OLE color: 15432487.
HSL color Cylindrical-coordinate representation of color #277BEB: hue angle of 214.29º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277BEB is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 123 | 235 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.08 |
| HSL | 214.29º | 0.83% | 0.54% | - |
| HSV(B) | 214.29º | 0.83% | 0.92% | - |
| XYZ | 22.92 | 20.6 | 81.36 | - |
| YUV | 110.65 | 198.17 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 235 | 0.83 | 0.48 | 0 | 0.08 | 214.29 | 0.83 | 0.54 |
| Hex | 27 | 7B | EB | 53 | 30 | 0 | 8 | D6 | 53 | 36 |
| Octal | 47 | 173 | 353 | 123 | 60 | 0 | 10 | 326 | 123 | 66 |
| Binary | 100111 | 1111011 | 11101011 | 1010011 | 110000 | 0 | 1000 | 11010110 | 1010011 | 110110 |
Color Harmonies of #277BEB
Complementary color
Monochromatic Colors of #277BEB
Black with #277BEB
Text Example
Text Example
White with #277BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BEB; }
p { color: rgb(39,123,235); }
H1.HeaderClassName
{
color: #277BEB;
}
.AnyTagClassName
{
color: #277BEB;
}
</style>
background-color css
<style>
a { background-color: #277BEB; }
a { background-color: rgb(39,123,235); }
div.DivClassName
{
background-color: #277BEB;
}
.BgClassName
{
background-color: #277BEB;
}
</style>
border-color css
<style>
span { border-color: #277BEB; }
span { border-color: rgb(39,123,235); }
td.TdClassName
{
border-color: #277BEB;
}
.TagClassName
{
border-color: #277BEB;
}
</style>