Shades of Dodger Blue #287CF3
Tints of Dodger Blue #287CF3
RGB
CMYK
RGB Variations
Color information
#287CF3 (or 0x287CF3) is known color: Dodger Blue. HEX triplet: 28, 7C and F3. RGB value is (40,124,243). Sum of RGB (Red+Green+Blue) = 40+124+243=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 243 (95.31% from 255 or 59.71% from 407); Max value from RGB is 243 - color contains mainly: blue. Hex color #287CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CF3 is #D7830C. Grayscale: #6F6F6F. Windows color (decimal): -14123789 or 15957032. OLE color: 15957032.
HSL color Cylindrical-coordinate representation of color #287CF3: hue angle of 215.17º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287CF3 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 124 | 243 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.05 |
| HSL | 215.17º | 0.89% | 0.55% | - |
| HSV(B) | 215.17º | 0.84% | 0.95% | - |
| XYZ | 24.26 | 21.34 | 87.63 | - |
| YUV | 112.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 243 | 0.84 | 0.49 | 0 | 0.05 | 215.17 | 0.89 | 0.55 |
| Hex | 28 | 7C | F3 | 54 | 31 | 0 | 5 | D7 | 59 | 37 |
| Octal | 50 | 174 | 363 | 124 | 61 | 0 | 5 | 327 | 131 | 67 |
| Binary | 101000 | 1111100 | 11110011 | 1010100 | 110001 | 0 | 101 | 11010111 | 1011001 | 110111 |
Color Harmonies of #287CF3
Complementary color
Monochromatic Colors of #287CF3
Black with #287CF3
Text Example
Text Example
White with #287CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CF3; }
p { color: rgb(40,124,243); }
H1.HeaderClassName
{
color: #287CF3;
}
.AnyTagClassName
{
color: #287CF3;
}
</style>
background-color css
<style>
a { background-color: #287CF3; }
a { background-color: rgb(40,124,243); }
div.DivClassName
{
background-color: #287CF3;
}
.BgClassName
{
background-color: #287CF3;
}
</style>
border-color css
<style>
span { border-color: #287CF3; }
span { border-color: rgb(40,124,243); }
td.TdClassName
{
border-color: #287CF3;
}
.TagClassName
{
border-color: #287CF3;
}
</style>