Shades of Dodger Blue #277AFC
Tints of Dodger Blue #277AFC
RGB
CMYK
RGB Variations
Color information
#277AFC (or 0x277AFC) is known color: Dodger Blue. HEX triplet: 27, 7A and FC. RGB value is (39,122,252). Sum of RGB (Red+Green+Blue) = 39+122+252=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #277AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277AFC is #D88503. Grayscale: #6F6F6F. Windows color (decimal): -14189828 or 16546343. OLE color: 16546343.
HSL color Cylindrical-coordinate representation of color #277AFC: hue angle of 216.62º degrees, saturation: 0.97, 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 #277AFC is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 122 | 252 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.01 |
| HSL | 216.62º | 0.97% | 0.57% | - |
| HSV(B) | 216.62º | 0.85% | 0.99% | - |
| XYZ | 25.37 | 21.38 | 94.88 | - |
| YUV | 112 | 207 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 252 | 0.85 | 0.52 | 0 | 0.01 | 216.62 | 0.97 | 0.57 |
| Hex | 27 | 7A | FC | 55 | 34 | 0 | 1 | D9 | 61 | 39 |
| Octal | 47 | 172 | 374 | 125 | 64 | 0 | 1 | 331 | 141 | 71 |
| Binary | 100111 | 1111010 | 11111100 | 1010101 | 110100 | 0 | 1 | 11011001 | 1100001 | 111001 |
Color Harmonies of #277AFC
Complementary color
Monochromatic Colors of #277AFC
Black with #277AFC
Text Example
Text Example
White with #277AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AFC; }
p { color: rgb(39,122,252); }
H1.HeaderClassName
{
color: #277AFC;
}
.AnyTagClassName
{
color: #277AFC;
}
</style>
background-color css
<style>
a { background-color: #277AFC; }
a { background-color: rgb(39,122,252); }
div.DivClassName
{
background-color: #277AFC;
}
.BgClassName
{
background-color: #277AFC;
}
</style>
border-color css
<style>
span { border-color: #277AFC; }
span { border-color: rgb(39,122,252); }
td.TdClassName
{
border-color: #277AFC;
}
.TagClassName
{
border-color: #277AFC;
}
</style>