Shades of Dodger Blue #276EFF
Tints of Dodger Blue #276EFF
RGB
CMYK
RGB Variations
Color information
#276EFF (or 0x276EFF) is known color: Dodger Blue. HEX triplet: 27, 6E and FF. RGB value is (39,110,255). Sum of RGB (Red+Green+Blue) = 39+110+255=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #276EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276EFF is #D89100. Grayscale: #686868. Windows color (decimal): -14192897 or 16739879. OLE color: 16739879.
HSL color Cylindrical-coordinate representation of color #276EFF: hue angle of 220.28º 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 #276EFF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 110 | 255 | - |
| CMYK | 0.85 | 0.57 | 0 | 0 |
| HSL | 220.28º | 1% | 0.58% | - |
| HSV(B) | 220.28º | 0.85% | 1% | - |
| XYZ | 24.46 | 18.8 | 96.95 | - |
| YUV | 105.3 | 212.48 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 255 | 0.85 | 0.57 | 0 | 0 | 220.28 | 1 | 0.58 |
| Hex | 27 | 6E | FF | 55 | 39 | 0 | 0 | DC | 64 | 3A |
| Octal | 47 | 156 | 377 | 125 | 71 | 0 | 0 | 334 | 144 | 72 |
| Binary | 100111 | 1101110 | 11111111 | 1010101 | 111001 | 0 | 0 | 11011100 | 1100100 | 111010 |
Color Harmonies of #276EFF
Complementary color
Monochromatic Colors of #276EFF
Black with #276EFF
Text Example
Text Example
White with #276EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276EFF; }
p { color: rgb(39,110,255); }
H1.HeaderClassName
{
color: #276EFF;
}
.AnyTagClassName
{
color: #276EFF;
}
</style>
background-color css
<style>
a { background-color: #276EFF; }
a { background-color: rgb(39,110,255); }
div.DivClassName
{
background-color: #276EFF;
}
.BgClassName
{
background-color: #276EFF;
}
</style>
border-color css
<style>
span { border-color: #276EFF; }
span { border-color: rgb(39,110,255); }
td.TdClassName
{
border-color: #276EFF;
}
.TagClassName
{
border-color: #276EFF;
}
</style>