Shades of Dodger Blue #1277FF
Tints of Dodger Blue #1277FF
RGB
CMYK
RGB Variations
Color information
#1277FF (or 0x1277FF) is known color: Dodger Blue. HEX triplet: 12, 77 and FF. RGB value is (18,119,255). Sum of RGB (Red+Green+Blue) = 18+119+255=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #1277FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277FF is #ED8800. Grayscale: #676767. Windows color (decimal): -15566849 or 16742162. OLE color: 16742162.
HSL color Cylindrical-coordinate representation of color #1277FF: hue angle of 214.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1277FF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 119 | 255 | - |
| CMYK | 0.93 | 0.53 | 0 | 0 |
| HSL | 214.43º | 1% | 0.54% | - |
| HSV(B) | 214.43º | 0.93% | 1% | - |
| XYZ | 24.9 | 20.54 | 97.26 | - |
| YUV | 104.31 | 213.04 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 255 | 0.93 | 0.53 | 0 | 0 | 214.43 | 1 | 0.54 |
| Hex | 12 | 77 | FF | 5D | 35 | 0 | 0 | D6 | 64 | 36 |
| Octal | 22 | 167 | 377 | 135 | 65 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10010 | 1110111 | 11111111 | 1011101 | 110101 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #1277FF
Complementary color
Monochromatic Colors of #1277FF
Black with #1277FF
Text Example
Text Example
White with #1277FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1277FF; }
p { color: rgb(18,119,255); }
H1.HeaderClassName
{
color: #1277FF;
}
.AnyTagClassName
{
color: #1277FF;
}
</style>
background-color css
<style>
a { background-color: #1277FF; }
a { background-color: rgb(18,119,255); }
div.DivClassName
{
background-color: #1277FF;
}
.BgClassName
{
background-color: #1277FF;
}
</style>
border-color css
<style>
span { border-color: #1277FF; }
span { border-color: rgb(18,119,255); }
td.TdClassName
{
border-color: #1277FF;
}
.TagClassName
{
border-color: #1277FF;
}
</style>