Shades of Dodger Blue #2790FE
Tints of Dodger Blue #2790FE
RGB
CMYK
RGB Variations
Color information
#2790FE (or 0x2790FE) is known color: Dodger Blue. HEX triplet: 27, 90 and FE. RGB value is (39,144,254). Sum of RGB (Red+Green+Blue) = 39+144+254=437 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.92% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #2790FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2790FE is #D86F01. Grayscale: #7C7C7C. Windows color (decimal): -14184194 or 16683047. OLE color: 16683047.
HSL color Cylindrical-coordinate representation of color #2790FE: hue angle of 210.7º 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 #2790FE is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 144 | 254 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.00 |
| HSL | 210.7º | 0.99% | 0.57% | - |
| HSV(B) | 210.7º | 0.85% | 1% | - |
| XYZ | 28.7 | 27.53 | 97.57 | - |
| YUV | 125.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 254 | 0.85 | 0.43 | 0 | 0.00 | 210.7 | 0.99 | 0.57 |
| Hex | 27 | 90 | FE | 55 | 2B | 0 | 0 | D3 | 63 | 39 |
| Octal | 47 | 220 | 376 | 125 | 53 | 0 | 0 | 323 | 143 | 71 |
| Binary | 100111 | 10010000 | 11111110 | 1010101 | 101011 | 0 | 0 | 11010011 | 1100011 | 111001 |
Color Harmonies of #2790FE
Complementary color
Monochromatic Colors of #2790FE
Black with #2790FE
Text Example
Text Example
White with #2790FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2790FE; }
p { color: rgb(39,144,254); }
H1.HeaderClassName
{
color: #2790FE;
}
.AnyTagClassName
{
color: #2790FE;
}
</style>
background-color css
<style>
a { background-color: #2790FE; }
a { background-color: rgb(39,144,254); }
div.DivClassName
{
background-color: #2790FE;
}
.BgClassName
{
background-color: #2790FE;
}
</style>
border-color css
<style>
span { border-color: #2790FE; }
span { border-color: rgb(39,144,254); }
td.TdClassName
{
border-color: #2790FE;
}
.TagClassName
{
border-color: #2790FE;
}
</style>