Shades of Dodger Blue #287FF6
Tints of Dodger Blue #287FF6
RGB
CMYK
RGB Variations
Color information
#287FF6 (or 0x287FF6) is known color: Dodger Blue. HEX triplet: 28, 7F and F6. RGB value is (40,127,246). Sum of RGB (Red+Green+Blue) = 40+127+246=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #287FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287FF6 is #D78009. Grayscale: #717171. Windows color (decimal): -14123018 or 16154408. OLE color: 16154408.
HSL color Cylindrical-coordinate representation of color #287FF6: hue angle of 214.66º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287FF6 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 127 | 246 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.04 |
| HSL | 214.66º | 0.92% | 0.56% | - |
| HSV(B) | 214.66º | 0.84% | 0.96% | - |
| XYZ | 25.1 | 22.28 | 90.17 | - |
| YUV | 114.55 | 202.18 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 246 | 0.84 | 0.48 | 0 | 0.04 | 214.66 | 0.92 | 0.56 |
| Hex | 28 | 7F | F6 | 54 | 30 | 0 | 4 | D7 | 5C | 38 |
| Octal | 50 | 177 | 366 | 124 | 60 | 0 | 4 | 327 | 134 | 70 |
| Binary | 101000 | 1111111 | 11110110 | 1010100 | 110000 | 0 | 100 | 11010111 | 1011100 | 111000 |
Color Harmonies of #287FF6
Complementary color
Monochromatic Colors of #287FF6
Black with #287FF6
Text Example
Text Example
White with #287FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FF6; }
p { color: rgb(40,127,246); }
H1.HeaderClassName
{
color: #287FF6;
}
.AnyTagClassName
{
color: #287FF6;
}
</style>
background-color css
<style>
a { background-color: #287FF6; }
a { background-color: rgb(40,127,246); }
div.DivClassName
{
background-color: #287FF6;
}
.BgClassName
{
background-color: #287FF6;
}
</style>
border-color css
<style>
span { border-color: #287FF6; }
span { border-color: rgb(40,127,246); }
td.TdClassName
{
border-color: #287FF6;
}
.TagClassName
{
border-color: #287FF6;
}
</style>