Shades of Dodger Blue #2874FA
Tints of Dodger Blue #2874FA
RGB
CMYK
RGB Variations
Color information
#2874FA (or 0x2874FA) is known color: Dodger Blue. HEX triplet: 28, 74 and FA. RGB value is (40,116,250). Sum of RGB (Red+Green+Blue) = 40+116+250=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #2874FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2874FA is #D78B05. Grayscale: #6B6B6B. Windows color (decimal): -14125830 or 16413736. OLE color: 16413736.
HSL color Cylindrical-coordinate representation of color #2874FA: hue angle of 218.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2874FA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 116 | 250 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.02 |
| HSL | 218.29º | 0.95% | 0.57% | - |
| HSV(B) | 218.29º | 0.84% | 0.98% | - |
| XYZ | 24.38 | 19.84 | 92.99 | - |
| YUV | 108.55 | 207.82 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 250 | 0.84 | 0.54 | 0 | 0.02 | 218.29 | 0.95 | 0.57 |
| Hex | 28 | 74 | FA | 54 | 36 | 0 | 2 | DA | 5F | 39 |
| Octal | 50 | 164 | 372 | 124 | 66 | 0 | 2 | 332 | 137 | 71 |
| Binary | 101000 | 1110100 | 11111010 | 1010100 | 110110 | 0 | 10 | 11011010 | 1011111 | 111001 |
Color Harmonies of #2874FA
Complementary color
Monochromatic Colors of #2874FA
Black with #2874FA
Text Example
Text Example
White with #2874FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2874FA; }
p { color: rgb(40,116,250); }
H1.HeaderClassName
{
color: #2874FA;
}
.AnyTagClassName
{
color: #2874FA;
}
</style>
background-color css
<style>
a { background-color: #2874FA; }
a { background-color: rgb(40,116,250); }
div.DivClassName
{
background-color: #2874FA;
}
.BgClassName
{
background-color: #2874FA;
}
</style>
border-color css
<style>
span { border-color: #2874FA; }
span { border-color: rgb(40,116,250); }
td.TdClassName
{
border-color: #2874FA;
}
.TagClassName
{
border-color: #2874FA;
}
</style>