Shades of Dodger Blue #287CF6
Tints of Dodger Blue #287CF6
RGB
CMYK
RGB Variations
Color information
#287CF6 (or 0x287CF6) is known color: Dodger Blue. HEX triplet: 28, 7C and F6. RGB value is (40,124,246). Sum of RGB (Red+Green+Blue) = 40+124+246=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #287CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CF6 is #D78309. Grayscale: #707070. Windows color (decimal): -14123786 or 16153640. OLE color: 16153640.
HSL color Cylindrical-coordinate representation of color #287CF6: hue angle of 215.53º 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 #287CF6 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 124 | 246 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.04 |
| HSL | 215.53º | 0.92% | 0.56% | - |
| HSV(B) | 215.53º | 0.84% | 0.96% | - |
| XYZ | 24.72 | 21.52 | 90.04 | - |
| YUV | 112.79 | 203.17 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 246 | 0.84 | 0.50 | 0 | 0.04 | 215.53 | 0.92 | 0.56 |
| Hex | 28 | 7C | F6 | 54 | 32 | 0 | 4 | D8 | 5C | 38 |
| Octal | 50 | 174 | 366 | 124 | 62 | 0 | 4 | 330 | 134 | 70 |
| Binary | 101000 | 1111100 | 11110110 | 1010100 | 110010 | 0 | 100 | 11011000 | 1011100 | 111000 |
Color Harmonies of #287CF6
Complementary color
Monochromatic Colors of #287CF6
Black with #287CF6
Text Example
Text Example
White with #287CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CF6; }
p { color: rgb(40,124,246); }
H1.HeaderClassName
{
color: #287CF6;
}
.AnyTagClassName
{
color: #287CF6;
}
</style>
background-color css
<style>
a { background-color: #287CF6; }
a { background-color: rgb(40,124,246); }
div.DivClassName
{
background-color: #287CF6;
}
.BgClassName
{
background-color: #287CF6;
}
</style>
border-color css
<style>
span { border-color: #287CF6; }
span { border-color: rgb(40,124,246); }
td.TdClassName
{
border-color: #287CF6;
}
.TagClassName
{
border-color: #287CF6;
}
</style>