Shades of Dodger Blue #287AFF
Tints of Dodger Blue #287AFF
RGB
CMYK
RGB Variations
Color information
#287AFF (or 0x287AFF) is known color: Dodger Blue. HEX triplet: 28, 7A and FF. RGB value is (40,122,255). Sum of RGB (Red+Green+Blue) = 40+122+255=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #287AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AFF is #D78500. Grayscale: #707070. Windows color (decimal): -14124289 or 16742952. OLE color: 16742952.
HSL color Cylindrical-coordinate representation of color #287AFF: hue angle of 217.12º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287AFF is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 122 | 255 | - |
| CMYK | 0.84 | 0.52 | 0 | 0 |
| HSL | 217.12º | 1% | 0.58% | - |
| HSV(B) | 217.12º | 0.84% | 1% | - |
| XYZ | 25.88 | 21.59 | 97.41 | - |
| YUV | 112.64 | 208.33 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 255 | 0.84 | 0.52 | 0 | 0 | 217.12 | 1 | 0.58 |
| Hex | 28 | 7A | FF | 54 | 34 | 0 | 0 | D9 | 64 | 3A |
| Octal | 50 | 172 | 377 | 124 | 64 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101000 | 1111010 | 11111111 | 1010100 | 110100 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #287AFF
Complementary color
Monochromatic Colors of #287AFF
Black with #287AFF
Text Example
Text Example
White with #287AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287AFF; }
p { color: rgb(40,122,255); }
H1.HeaderClassName
{
color: #287AFF;
}
.AnyTagClassName
{
color: #287AFF;
}
</style>
background-color css
<style>
a { background-color: #287AFF; }
a { background-color: rgb(40,122,255); }
div.DivClassName
{
background-color: #287AFF;
}
.BgClassName
{
background-color: #287AFF;
}
</style>
border-color css
<style>
span { border-color: #287AFF; }
span { border-color: rgb(40,122,255); }
td.TdClassName
{
border-color: #287AFF;
}
.TagClassName
{
border-color: #287AFF;
}
</style>