Shades of Dodger Blue #2488FB
Tints of Dodger Blue #2488FB
RGB
CMYK
RGB Variations
Color information
#2488FB (or 0x2488FB) is known color: Dodger Blue. HEX triplet: 24, 88 and FB. RGB value is (36,136,251). Sum of RGB (Red+Green+Blue) = 36+136+251=423 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.51% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #2488FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2488FB is #DB7704. Grayscale: #767676. Windows color (decimal): -14382853 or 16484388. OLE color: 16484388.
HSL color Cylindrical-coordinate representation of color #2488FB: hue angle of 212.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2488FB is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 136 | 251 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.02 |
| HSL | 212.09º | 0.96% | 0.56% | - |
| HSV(B) | 212.09º | 0.86% | 0.98% | - |
| XYZ | 26.94 | 24.95 | 94.66 | - |
| YUV | 119.21 | 202.37 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 251 | 0.86 | 0.46 | 0 | 0.02 | 212.09 | 0.96 | 0.56 |
| Hex | 24 | 88 | FB | 56 | 2E | 0 | 2 | D4 | 60 | 38 |
| Octal | 44 | 210 | 373 | 126 | 56 | 0 | 2 | 324 | 140 | 70 |
| Binary | 100100 | 10001000 | 11111011 | 1010110 | 101110 | 0 | 10 | 11010100 | 1100000 | 111000 |
Color Harmonies of #2488FB
Complementary color
Monochromatic Colors of #2488FB
Black with #2488FB
Text Example
Text Example
White with #2488FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2488FB; }
p { color: rgb(36,136,251); }
H1.HeaderClassName
{
color: #2488FB;
}
.AnyTagClassName
{
color: #2488FB;
}
</style>
background-color css
<style>
a { background-color: #2488FB; }
a { background-color: rgb(36,136,251); }
div.DivClassName
{
background-color: #2488FB;
}
.BgClassName
{
background-color: #2488FB;
}
</style>
border-color css
<style>
span { border-color: #2488FB; }
span { border-color: rgb(36,136,251); }
td.TdClassName
{
border-color: #2488FB;
}
.TagClassName
{
border-color: #2488FB;
}
</style>