Shades of Dodger Blue #287FEA
Tints of Dodger Blue #287FEA
RGB
CMYK
RGB Variations
Color information
#287FEA (or 0x287FEA) is known color: Dodger Blue. HEX triplet: 28, 7F and EA. RGB value is (40,127,234). Sum of RGB (Red+Green+Blue) = 40+127+234=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #287FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287FEA is #D78015. Grayscale: #707070. Windows color (decimal): -14123030 or 15367976. OLE color: 15367976.
HSL color Cylindrical-coordinate representation of color #287FEA: hue angle of 213.09º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287FEA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 127 | 234 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.08 |
| HSL | 213.09º | 0.82% | 0.54% | - |
| HSV(B) | 213.09º | 0.83% | 0.92% | - |
| XYZ | 23.32 | 21.57 | 80.78 | - |
| YUV | 113.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 234 | 0.83 | 0.46 | 0 | 0.08 | 213.09 | 0.82 | 0.54 |
| Hex | 28 | 7F | EA | 53 | 2E | 0 | 8 | D5 | 52 | 36 |
| Octal | 50 | 177 | 352 | 123 | 56 | 0 | 10 | 325 | 122 | 66 |
| Binary | 101000 | 1111111 | 11101010 | 1010011 | 101110 | 0 | 1000 | 11010101 | 1010010 | 110110 |
Color Harmonies of #287FEA
Complementary color
Monochromatic Colors of #287FEA
Black with #287FEA
Text Example
Text Example
White with #287FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FEA; }
p { color: rgb(40,127,234); }
H1.HeaderClassName
{
color: #287FEA;
}
.AnyTagClassName
{
color: #287FEA;
}
</style>
background-color css
<style>
a { background-color: #287FEA; }
a { background-color: rgb(40,127,234); }
div.DivClassName
{
background-color: #287FEA;
}
.BgClassName
{
background-color: #287FEA;
}
</style>
border-color css
<style>
span { border-color: #287FEA; }
span { border-color: rgb(40,127,234); }
td.TdClassName
{
border-color: #287FEA;
}
.TagClassName
{
border-color: #287FEA;
}
</style>