Shades of Dodger Blue #277CEF
Tints of Dodger Blue #277CEF
RGB
CMYK
RGB Variations
Color information
#277CEF (or 0x277CEF) is known color: Dodger Blue. HEX triplet: 27, 7C and EF. RGB value is (39,124,239). Sum of RGB (Red+Green+Blue) = 39+124+239=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #277CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277CEF is #D88310. Grayscale: #6F6F6F. Windows color (decimal): -14189329 or 15694887. OLE color: 15694887.
HSL color Cylindrical-coordinate representation of color #277CEF: hue angle of 214.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277CEF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 124 | 239 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.06 |
| HSL | 214.5º | 0.86% | 0.55% | - |
| HSV(B) | 214.5º | 0.84% | 0.94% | - |
| XYZ | 23.62 | 21.08 | 84.48 | - |
| YUV | 111.7 | 199.84 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 239 | 0.84 | 0.48 | 0 | 0.06 | 214.5 | 0.86 | 0.55 |
| Hex | 27 | 7C | EF | 54 | 30 | 0 | 6 | D6 | 56 | 37 |
| Octal | 47 | 174 | 357 | 124 | 60 | 0 | 6 | 326 | 126 | 67 |
| Binary | 100111 | 1111100 | 11101111 | 1010100 | 110000 | 0 | 110 | 11010110 | 1010110 | 110111 |
Color Harmonies of #277CEF
Complementary color
Monochromatic Colors of #277CEF
Black with #277CEF
Text Example
Text Example
White with #277CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CEF; }
p { color: rgb(39,124,239); }
H1.HeaderClassName
{
color: #277CEF;
}
.AnyTagClassName
{
color: #277CEF;
}
</style>
background-color css
<style>
a { background-color: #277CEF; }
a { background-color: rgb(39,124,239); }
div.DivClassName
{
background-color: #277CEF;
}
.BgClassName
{
background-color: #277CEF;
}
</style>
border-color css
<style>
span { border-color: #277CEF; }
span { border-color: rgb(39,124,239); }
td.TdClassName
{
border-color: #277CEF;
}
.TagClassName
{
border-color: #277CEF;
}
</style>