Shades of Dodger Blue #276DFF
Tints of Dodger Blue #276DFF
RGB
CMYK
RGB Variations
Color information
#276DFF (or 0x276DFF) is known color: Dodger Blue. HEX triplet: 27, 6D and FF. RGB value is (39,109,255). Sum of RGB (Red+Green+Blue) = 39+109+255=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #276DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276DFF is #D89200. Grayscale: #686868. Windows color (decimal): -14193153 or 16739623. OLE color: 16739623.
HSL color Cylindrical-coordinate representation of color #276DFF: hue angle of 220.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #276DFF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 109 | 255 | - |
| CMYK | 0.85 | 0.57 | 0 | 0 |
| HSL | 220.56º | 1% | 0.58% | - |
| HSV(B) | 220.56º | 0.85% | 1% | - |
| XYZ | 24.36 | 18.59 | 96.91 | - |
| YUV | 104.71 | 212.81 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 255 | 0.85 | 0.57 | 0 | 0 | 220.56 | 1 | 0.58 |
| Hex | 27 | 6D | FF | 55 | 39 | 0 | 0 | DD | 64 | 3A |
| Octal | 47 | 155 | 377 | 125 | 71 | 0 | 0 | 335 | 144 | 72 |
| Binary | 100111 | 1101101 | 11111111 | 1010101 | 111001 | 0 | 0 | 11011101 | 1100100 | 111010 |
Color Harmonies of #276DFF
Complementary color
Monochromatic Colors of #276DFF
Black with #276DFF
Text Example
Text Example
White with #276DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DFF; }
p { color: rgb(39,109,255); }
H1.HeaderClassName
{
color: #276DFF;
}
.AnyTagClassName
{
color: #276DFF;
}
</style>
background-color css
<style>
a { background-color: #276DFF; }
a { background-color: rgb(39,109,255); }
div.DivClassName
{
background-color: #276DFF;
}
.BgClassName
{
background-color: #276DFF;
}
</style>
border-color css
<style>
span { border-color: #276DFF; }
span { border-color: rgb(39,109,255); }
td.TdClassName
{
border-color: #276DFF;
}
.TagClassName
{
border-color: #276DFF;
}
</style>