Shades of Dodger Blue #288FDF
Tints of Dodger Blue #288FDF
RGB
CMYK
RGB Variations
Color information
#288FDF (or 0x288FDF) is known color: Dodger Blue. HEX triplet: 28, 8F and DF. RGB value is (40,143,223). Sum of RGB (Red+Green+Blue) = 40+143+223=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #288FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FDF is #D77020. Grayscale: #787878. Windows color (decimal): -14118945 or 14651176. OLE color: 14651176.
HSL color Cylindrical-coordinate representation of color #288FDF: hue angle of 206.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288FDF is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 143 | 223 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.13 |
| HSL | 206.23º | 0.74% | 0.52% | - |
| HSV(B) | 206.23º | 0.82% | 0.87% | - |
| XYZ | 24.02 | 25.42 | 73.45 | - |
| YUV | 121.32 | 185.38 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 223 | 0.82 | 0.36 | 0 | 0.13 | 206.23 | 0.74 | 0.52 |
| Hex | 28 | 8F | DF | 52 | 24 | 0 | D | CE | 4A | 34 |
| Octal | 50 | 217 | 337 | 122 | 44 | 0 | 15 | 316 | 112 | 64 |
| Binary | 101000 | 10001111 | 11011111 | 1010010 | 100100 | 0 | 1101 | 11001110 | 1001010 | 110100 |
Color Harmonies of #288FDF
Complementary color
Monochromatic Colors of #288FDF
Black with #288FDF
Text Example
Text Example
White with #288FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FDF; }
p { color: rgb(40,143,223); }
H1.HeaderClassName
{
color: #288FDF;
}
.AnyTagClassName
{
color: #288FDF;
}
</style>
background-color css
<style>
a { background-color: #288FDF; }
a { background-color: rgb(40,143,223); }
div.DivClassName
{
background-color: #288FDF;
}
.BgClassName
{
background-color: #288FDF;
}
</style>
border-color css
<style>
span { border-color: #288FDF; }
span { border-color: rgb(40,143,223); }
td.TdClassName
{
border-color: #288FDF;
}
.TagClassName
{
border-color: #288FDF;
}
</style>