Shades of Dodger Blue #288FF3
Tints of Dodger Blue #288FF3
RGB
CMYK
RGB Variations
Color information
#288FF3 (or 0x288FF3) is known color: Dodger Blue. HEX triplet: 28, 8F and F3. RGB value is (40,143,243). Sum of RGB (Red+Green+Blue) = 40+143+243=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #288FF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FF3 is #D7700C. Grayscale: #7B7B7B. Windows color (decimal): -14118925 or 15961896. OLE color: 15961896.
HSL color Cylindrical-coordinate representation of color #288FF3: hue angle of 209.56º 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 #288FF3 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 143 | 243 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.05 |
| HSL | 209.56º | 0.89% | 0.55% | - |
| HSV(B) | 209.56º | 0.84% | 0.95% | - |
| XYZ | 26.88 | 26.57 | 88.51 | - |
| YUV | 123.6 | 195.38 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 243 | 0.84 | 0.41 | 0 | 0.05 | 209.56 | 0.89 | 0.55 |
| Hex | 28 | 8F | F3 | 54 | 29 | 0 | 5 | D2 | 59 | 37 |
| Octal | 50 | 217 | 363 | 124 | 51 | 0 | 5 | 322 | 131 | 67 |
| Binary | 101000 | 10001111 | 11110011 | 1010100 | 101001 | 0 | 101 | 11010010 | 1011001 | 110111 |
Color Harmonies of #288FF3
Complementary color
Monochromatic Colors of #288FF3
Black with #288FF3
Text Example
Text Example
White with #288FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FF3; }
p { color: rgb(40,143,243); }
H1.HeaderClassName
{
color: #288FF3;
}
.AnyTagClassName
{
color: #288FF3;
}
</style>
background-color css
<style>
a { background-color: #288FF3; }
a { background-color: rgb(40,143,243); }
div.DivClassName
{
background-color: #288FF3;
}
.BgClassName
{
background-color: #288FF3;
}
</style>
border-color css
<style>
span { border-color: #288FF3; }
span { border-color: rgb(40,143,243); }
td.TdClassName
{
border-color: #288FF3;
}
.TagClassName
{
border-color: #288FF3;
}
</style>