Shades of Dodger Blue #2488FC
Tints of Dodger Blue #2488FC
RGB
CMYK
RGB Variations
Color information
#2488FC (or 0x2488FC) is known color: Dodger Blue. HEX triplet: 24, 88 and FC. RGB value is (36,136,252). Sum of RGB (Red+Green+Blue) = 36+136+252=424 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.49% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #2488FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2488FC is #DB7703. Grayscale: #767676. Windows color (decimal): -14382852 or 16549924. OLE color: 16549924.
HSL color Cylindrical-coordinate representation of color #2488FC: hue angle of 212.22º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2488FC is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 136 | 252 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.01 |
| HSL | 212.22º | 0.97% | 0.56% | - |
| HSV(B) | 212.22º | 0.86% | 0.99% | - |
| XYZ | 27.1 | 25.01 | 95.49 | - |
| YUV | 119.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 252 | 0.86 | 0.46 | 0 | 0.01 | 212.22 | 0.97 | 0.56 |
| Hex | 24 | 88 | FC | 56 | 2E | 0 | 1 | D4 | 61 | 38 |
| Octal | 44 | 210 | 374 | 126 | 56 | 0 | 1 | 324 | 141 | 70 |
| Binary | 100100 | 10001000 | 11111100 | 1010110 | 101110 | 0 | 1 | 11010100 | 1100001 | 111000 |
Color Harmonies of #2488FC
Complementary color
Monochromatic Colors of #2488FC
Black with #2488FC
Text Example
Text Example
White with #2488FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2488FC; }
p { color: rgb(36,136,252); }
H1.HeaderClassName
{
color: #2488FC;
}
.AnyTagClassName
{
color: #2488FC;
}
</style>
background-color css
<style>
a { background-color: #2488FC; }
a { background-color: rgb(36,136,252); }
div.DivClassName
{
background-color: #2488FC;
}
.BgClassName
{
background-color: #2488FC;
}
</style>
border-color css
<style>
span { border-color: #2488FC; }
span { border-color: rgb(36,136,252); }
td.TdClassName
{
border-color: #2488FC;
}
.TagClassName
{
border-color: #2488FC;
}
</style>