Shades of Dodger Blue #276DFE
Tints of Dodger Blue #276DFE
RGB
CMYK
RGB Variations
Color information
#276DFE (or 0x276DFE) is known color: Dodger Blue. HEX triplet: 27, 6D and FE. RGB value is (39,109,254). Sum of RGB (Red+Green+Blue) = 39+109+254=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #276DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276DFE is #D89201. Grayscale: #676767. Windows color (decimal): -14193154 or 16674087. OLE color: 16674087.
HSL color Cylindrical-coordinate representation of color #276DFE: hue angle of 220.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #276DFE is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 109 | 254 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.00 |
| HSL | 220.47º | 0.99% | 0.57% | - |
| HSV(B) | 220.47º | 0.85% | 1% | - |
| XYZ | 24.19 | 18.52 | 96.07 | - |
| YUV | 104.6 | 212.31 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 254 | 0.85 | 0.57 | 0 | 0.00 | 220.47 | 0.99 | 0.57 |
| Hex | 27 | 6D | FE | 55 | 39 | 0 | 0 | DC | 63 | 39 |
| Octal | 47 | 155 | 376 | 125 | 71 | 0 | 0 | 334 | 143 | 71 |
| Binary | 100111 | 1101101 | 11111110 | 1010101 | 111001 | 0 | 0 | 11011100 | 1100011 | 111001 |
Color Harmonies of #276DFE
Complementary color
Monochromatic Colors of #276DFE
Black with #276DFE
Text Example
Text Example
White with #276DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DFE; }
p { color: rgb(39,109,254); }
H1.HeaderClassName
{
color: #276DFE;
}
.AnyTagClassName
{
color: #276DFE;
}
</style>
background-color css
<style>
a { background-color: #276DFE; }
a { background-color: rgb(39,109,254); }
div.DivClassName
{
background-color: #276DFE;
}
.BgClassName
{
background-color: #276DFE;
}
</style>
border-color css
<style>
span { border-color: #276DFE; }
span { border-color: rgb(39,109,254); }
td.TdClassName
{
border-color: #276DFE;
}
.TagClassName
{
border-color: #276DFE;
}
</style>