Shades of Dodger Blue #277BFD
Tints of Dodger Blue #277BFD
RGB
CMYK
RGB Variations
Color information
#277BFD (or 0x277BFD) is known color: Dodger Blue. HEX triplet: 27, 7B and FD. RGB value is (39,123,253). Sum of RGB (Red+Green+Blue) = 39+123+253=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #277BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277BFD is #D88402. Grayscale: #707070. Windows color (decimal): -14189571 or 16612135. OLE color: 16612135.
HSL color Cylindrical-coordinate representation of color #277BFD: hue angle of 216.45º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #277BFD is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 123 | 253 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.01 |
| HSL | 216.45º | 0.98% | 0.57% | - |
| HSV(B) | 216.45º | 0.85% | 0.99% | - |
| XYZ | 25.65 | 21.69 | 95.76 | - |
| YUV | 112.7 | 207.17 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 253 | 0.85 | 0.51 | 0 | 0.01 | 216.45 | 0.98 | 0.57 |
| Hex | 27 | 7B | FD | 55 | 33 | 0 | 1 | D8 | 62 | 39 |
| Octal | 47 | 173 | 375 | 125 | 63 | 0 | 1 | 330 | 142 | 71 |
| Binary | 100111 | 1111011 | 11111101 | 1010101 | 110011 | 0 | 1 | 11011000 | 1100010 | 111001 |
Color Harmonies of #277BFD
Complementary color
Monochromatic Colors of #277BFD
Black with #277BFD
Text Example
Text Example
White with #277BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BFD; }
p { color: rgb(39,123,253); }
H1.HeaderClassName
{
color: #277BFD;
}
.AnyTagClassName
{
color: #277BFD;
}
</style>
background-color css
<style>
a { background-color: #277BFD; }
a { background-color: rgb(39,123,253); }
div.DivClassName
{
background-color: #277BFD;
}
.BgClassName
{
background-color: #277BFD;
}
</style>
border-color css
<style>
span { border-color: #277BFD; }
span { border-color: rgb(39,123,253); }
td.TdClassName
{
border-color: #277BFD;
}
.TagClassName
{
border-color: #277BFD;
}
</style>