Shades of Dodger Blue #277FF2
Tints of Dodger Blue #277FF2
RGB
CMYK
RGB Variations
Color information
#277FF2 (or 0x277FF2) is known color: Dodger Blue. HEX triplet: 27, 7F and F2. RGB value is (39,127,242). Sum of RGB (Red+Green+Blue) = 39+127+242=408 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.56% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #277FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FF2 is #D8800D. Grayscale: #717171. Windows color (decimal): -14188558 or 15892263. OLE color: 15892263.
HSL color Cylindrical-coordinate representation of color #277FF2: hue angle of 213.99º degrees, saturation: 0.89, 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 #277FF2 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 127 | 242 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.05 |
| HSL | 213.99º | 0.89% | 0.55% | - |
| HSV(B) | 213.99º | 0.84% | 0.95% | - |
| XYZ | 24.45 | 22.02 | 86.97 | - |
| YUV | 113.8 | 200.35 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 242 | 0.84 | 0.48 | 0 | 0.05 | 213.99 | 0.89 | 0.55 |
| Hex | 27 | 7F | F2 | 54 | 30 | 0 | 5 | D6 | 59 | 37 |
| Octal | 47 | 177 | 362 | 124 | 60 | 0 | 5 | 326 | 131 | 67 |
| Binary | 100111 | 1111111 | 11110010 | 1010100 | 110000 | 0 | 101 | 11010110 | 1011001 | 110111 |
Color Harmonies of #277FF2
Complementary color
Monochromatic Colors of #277FF2
Black with #277FF2
Text Example
Text Example
White with #277FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FF2; }
p { color: rgb(39,127,242); }
H1.HeaderClassName
{
color: #277FF2;
}
.AnyTagClassName
{
color: #277FF2;
}
</style>
background-color css
<style>
a { background-color: #277FF2; }
a { background-color: rgb(39,127,242); }
div.DivClassName
{
background-color: #277FF2;
}
.BgClassName
{
background-color: #277FF2;
}
</style>
border-color css
<style>
span { border-color: #277FF2; }
span { border-color: rgb(39,127,242); }
td.TdClassName
{
border-color: #277FF2;
}
.TagClassName
{
border-color: #277FF2;
}
</style>