Shades of Dodger Blue #277DF8
Tints of Dodger Blue #277DF8
RGB
CMYK
RGB Variations
Color information
#277DF8 (or 0x277DF8) is known color: Dodger Blue. HEX triplet: 27, 7D and F8. RGB value is (39,125,248). Sum of RGB (Red+Green+Blue) = 39+125+248=412 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.47% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #277DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DF8 is #D88207. Grayscale: #707070. Windows color (decimal): -14189064 or 16284967. OLE color: 16284967.
HSL color Cylindrical-coordinate representation of color #277DF8: hue angle of 215.31º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277DF8 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 125 | 248 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.03 |
| HSL | 215.31º | 0.94% | 0.56% | - |
| HSV(B) | 215.31º | 0.84% | 0.97% | - |
| XYZ | 25.11 | 21.88 | 91.71 | - |
| YUV | 113.31 | 204.01 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 248 | 0.84 | 0.50 | 0 | 0.03 | 215.31 | 0.94 | 0.56 |
| Hex | 27 | 7D | F8 | 54 | 32 | 0 | 3 | D7 | 5E | 38 |
| Octal | 47 | 175 | 370 | 124 | 62 | 0 | 3 | 327 | 136 | 70 |
| Binary | 100111 | 1111101 | 11111000 | 1010100 | 110010 | 0 | 11 | 11010111 | 1011110 | 111000 |
Color Harmonies of #277DF8
Complementary color
Monochromatic Colors of #277DF8
Black with #277DF8
Text Example
Text Example
White with #277DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DF8; }
p { color: rgb(39,125,248); }
H1.HeaderClassName
{
color: #277DF8;
}
.AnyTagClassName
{
color: #277DF8;
}
</style>
background-color css
<style>
a { background-color: #277DF8; }
a { background-color: rgb(39,125,248); }
div.DivClassName
{
background-color: #277DF8;
}
.BgClassName
{
background-color: #277DF8;
}
</style>
border-color css
<style>
span { border-color: #277DF8; }
span { border-color: rgb(39,125,248); }
td.TdClassName
{
border-color: #277DF8;
}
.TagClassName
{
border-color: #277DF8;
}
</style>