Shades of Dodger Blue #28A8FB
Tints of Dodger Blue #28A8FB
RGB
CMYK
RGB Variations
Color information
#28A8FB (or 0x28A8FB) is known color: Dodger Blue. HEX triplet: 28, A8 and FB. RGB value is (40,168,251). Sum of RGB (Red+Green+Blue) = 40+168+251=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #28A8FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A8FB is #D75704. Grayscale: #8A8A8A. Windows color (decimal): -14112517 or 16492584. OLE color: 16492584.
HSL color Cylindrical-coordinate representation of color #28A8FB: hue angle of 203.6º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28A8FB is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 168 | 251 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.02 |
| HSL | 203.6º | 0.96% | 0.57% | - |
| HSV(B) | 203.6º | 0.84% | 0.98% | - |
| XYZ | 32.29 | 35.42 | 96.4 | - |
| YUV | 139.19 | 191.09 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 251 | 0.84 | 0.33 | 0 | 0.02 | 203.6 | 0.96 | 0.57 |
| Hex | 28 | A8 | FB | 54 | 21 | 0 | 2 | CC | 60 | 39 |
| Octal | 50 | 250 | 373 | 124 | 41 | 0 | 2 | 314 | 140 | 71 |
| Binary | 101000 | 10101000 | 11111011 | 1010100 | 100001 | 0 | 10 | 11001100 | 1100000 | 111001 |
Color Harmonies of #28A8FB
Complementary color
Monochromatic Colors of #28A8FB
Black with #28A8FB
Text Example
Text Example
White with #28A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A8FB; }
p { color: rgb(40,168,251); }
H1.HeaderClassName
{
color: #28A8FB;
}
.AnyTagClassName
{
color: #28A8FB;
}
</style>
background-color css
<style>
a { background-color: #28A8FB; }
a { background-color: rgb(40,168,251); }
div.DivClassName
{
background-color: #28A8FB;
}
.BgClassName
{
background-color: #28A8FB;
}
</style>
border-color css
<style>
span { border-color: #28A8FB; }
span { border-color: rgb(40,168,251); }
td.TdClassName
{
border-color: #28A8FB;
}
.TagClassName
{
border-color: #28A8FB;
}
</style>