Shades of Dodger Blue #28A4FF
Tints of Dodger Blue #28A4FF
RGB
CMYK
RGB Variations
Color information
#28A4FF (or 0x28A4FF) is known color: Dodger Blue. HEX triplet: 28, A4 and FF. RGB value is (40,164,255). Sum of RGB (Red+Green+Blue) = 40+164+255=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #28A4FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A4FF is #D75B00. Grayscale: #888888. Windows color (decimal): -14113537 or 16753704. OLE color: 16753704.
HSL color Cylindrical-coordinate representation of color #28A4FF: hue angle of 205.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28A4FF is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 164 | 255 | - |
| CMYK | 0.84 | 0.36 | 0 | 0 |
| HSL | 205.4º | 1% | 0.58% | - |
| HSV(B) | 205.4º | 0.84% | 1% | - |
| XYZ | 32.2 | 34.22 | 99.52 | - |
| YUV | 137.3 | 194.42 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 255 | 0.84 | 0.36 | 0 | 0 | 205.4 | 1 | 0.58 |
| Hex | 28 | A4 | FF | 54 | 24 | 0 | 0 | CD | 64 | 3A |
| Octal | 50 | 244 | 377 | 124 | 44 | 0 | 0 | 315 | 144 | 72 |
| Binary | 101000 | 10100100 | 11111111 | 1010100 | 100100 | 0 | 0 | 11001101 | 1100100 | 111010 |
Color Harmonies of #28A4FF
Complementary color
Monochromatic Colors of #28A4FF
Black with #28A4FF
Text Example
Text Example
White with #28A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A4FF; }
p { color: rgb(40,164,255); }
H1.HeaderClassName
{
color: #28A4FF;
}
.AnyTagClassName
{
color: #28A4FF;
}
</style>
background-color css
<style>
a { background-color: #28A4FF; }
a { background-color: rgb(40,164,255); }
div.DivClassName
{
background-color: #28A4FF;
}
.BgClassName
{
background-color: #28A4FF;
}
</style>
border-color css
<style>
span { border-color: #28A4FF; }
span { border-color: rgb(40,164,255); }
td.TdClassName
{
border-color: #28A4FF;
}
.TagClassName
{
border-color: #28A4FF;
}
</style>