Shades of Dodger Blue #288AFC
Tints of Dodger Blue #288AFC
RGB
CMYK
RGB Variations
Color information
#288AFC (or 0x288AFC) is known color: Dodger Blue. HEX triplet: 28, 8A and FC. RGB value is (40,138,252). Sum of RGB (Red+Green+Blue) = 40+138+252=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #288AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288AFC is #D77503. Grayscale: #797979. Windows color (decimal): -14120196 or 16550440. OLE color: 16550440.
HSL color Cylindrical-coordinate representation of color #288AFC: hue angle of 212.26º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288AFC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 138 | 252 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.01 |
| HSL | 212.26º | 0.97% | 0.57% | - |
| HSV(B) | 212.26º | 0.84% | 0.99% | - |
| XYZ | 27.53 | 25.66 | 95.6 | - |
| YUV | 121.69 | 201.53 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 252 | 0.84 | 0.45 | 0 | 0.01 | 212.26 | 0.97 | 0.57 |
| Hex | 28 | 8A | FC | 54 | 2D | 0 | 1 | D4 | 61 | 39 |
| Octal | 50 | 212 | 374 | 124 | 55 | 0 | 1 | 324 | 141 | 71 |
| Binary | 101000 | 10001010 | 11111100 | 1010100 | 101101 | 0 | 1 | 11010100 | 1100001 | 111001 |
Color Harmonies of #288AFC
Complementary color
Monochromatic Colors of #288AFC
Black with #288AFC
Text Example
Text Example
White with #288AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AFC; }
p { color: rgb(40,138,252); }
H1.HeaderClassName
{
color: #288AFC;
}
.AnyTagClassName
{
color: #288AFC;
}
</style>
background-color css
<style>
a { background-color: #288AFC; }
a { background-color: rgb(40,138,252); }
div.DivClassName
{
background-color: #288AFC;
}
.BgClassName
{
background-color: #288AFC;
}
</style>
border-color css
<style>
span { border-color: #288AFC; }
span { border-color: rgb(40,138,252); }
td.TdClassName
{
border-color: #288AFC;
}
.TagClassName
{
border-color: #288AFC;
}
</style>