Shades of Dodger Blue #28A9FB
Tints of Dodger Blue #28A9FB
RGB
CMYK
RGB Variations
Color information
#28A9FB (or 0x28A9FB) is known color: Dodger Blue. HEX triplet: 28, A9 and FB. RGB value is (40,169,251). Sum of RGB (Red+Green+Blue) = 40+169+251=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #28A9FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A9FB is #D75604. Grayscale: #8B8B8B. Windows color (decimal): -14112261 or 16492840. OLE color: 16492840.
HSL color Cylindrical-coordinate representation of color #28A9FB: hue angle of 203.32º 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 #28A9FB is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 169 | 251 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.02 |
| HSL | 203.32º | 0.96% | 0.57% | - |
| HSV(B) | 203.32º | 0.84% | 0.98% | - |
| XYZ | 32.48 | 35.79 | 96.46 | - |
| YUV | 139.78 | 190.76 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 251 | 0.84 | 0.33 | 0 | 0.02 | 203.32 | 0.96 | 0.57 |
| Hex | 28 | A9 | FB | 54 | 21 | 0 | 2 | CB | 60 | 39 |
| Octal | 50 | 251 | 373 | 124 | 41 | 0 | 2 | 313 | 140 | 71 |
| Binary | 101000 | 10101001 | 11111011 | 1010100 | 100001 | 0 | 10 | 11001011 | 1100000 | 111001 |
Color Harmonies of #28A9FB
Complementary color
Monochromatic Colors of #28A9FB
Black with #28A9FB
Text Example
Text Example
White with #28A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A9FB; }
p { color: rgb(40,169,251); }
H1.HeaderClassName
{
color: #28A9FB;
}
.AnyTagClassName
{
color: #28A9FB;
}
</style>
background-color css
<style>
a { background-color: #28A9FB; }
a { background-color: rgb(40,169,251); }
div.DivClassName
{
background-color: #28A9FB;
}
.BgClassName
{
background-color: #28A9FB;
}
</style>
border-color css
<style>
span { border-color: #28A9FB; }
span { border-color: rgb(40,169,251); }
td.TdClassName
{
border-color: #28A9FB;
}
.TagClassName
{
border-color: #28A9FB;
}
</style>