Shades of Dodger Blue #287BF3
Tints of Dodger Blue #287BF3
RGB
CMYK
RGB Variations
Color information
#287BF3 (or 0x287BF3) is known color: Dodger Blue. HEX triplet: 28, 7B and F3. RGB value is (40,123,243). Sum of RGB (Red+Green+Blue) = 40+123+243=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #287BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287BF3 is #D7840C. Grayscale: #6F6F6F. Windows color (decimal): -14124045 or 15956776. OLE color: 15956776.
HSL color Cylindrical-coordinate representation of color #287BF3: hue angle of 215.47º 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 #287BF3 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 123 | 243 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.05 |
| HSL | 215.47º | 0.89% | 0.55% | - |
| HSV(B) | 215.47º | 0.84% | 0.95% | - |
| XYZ | 24.14 | 21.09 | 87.59 | - |
| YUV | 111.86 | 202 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 243 | 0.84 | 0.49 | 0 | 0.05 | 215.47 | 0.89 | 0.55 |
| Hex | 28 | 7B | F3 | 54 | 31 | 0 | 5 | D7 | 59 | 37 |
| Octal | 50 | 173 | 363 | 124 | 61 | 0 | 5 | 327 | 131 | 67 |
| Binary | 101000 | 1111011 | 11110011 | 1010100 | 110001 | 0 | 101 | 11010111 | 1011001 | 110111 |
Color Harmonies of #287BF3
Complementary color
Monochromatic Colors of #287BF3
Black with #287BF3
Text Example
Text Example
White with #287BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BF3; }
p { color: rgb(40,123,243); }
H1.HeaderClassName
{
color: #287BF3;
}
.AnyTagClassName
{
color: #287BF3;
}
</style>
background-color css
<style>
a { background-color: #287BF3; }
a { background-color: rgb(40,123,243); }
div.DivClassName
{
background-color: #287BF3;
}
.BgClassName
{
background-color: #287BF3;
}
</style>
border-color css
<style>
span { border-color: #287BF3; }
span { border-color: rgb(40,123,243); }
td.TdClassName
{
border-color: #287BF3;
}
.TagClassName
{
border-color: #287BF3;
}
</style>