Shades of Dodger Blue #248ADD
Tints of Dodger Blue #248ADD
RGB
CMYK
RGB Variations
Color information
#248ADD (or 0x248ADD) is known color: Dodger Blue. HEX triplet: 24, 8A and DD. RGB value is (36,138,221). Sum of RGB (Red+Green+Blue) = 36+138+221=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #248ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ADD is #DB7522. Grayscale: #747474. Windows color (decimal): -14382371 or 14518820. OLE color: 14518820.
HSL color Cylindrical-coordinate representation of color #248ADD: hue angle of 206.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248ADD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 138 | 221 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.13 |
| HSL | 206.92º | 0.73% | 0.5% | - |
| HSV(B) | 206.92º | 0.84% | 0.87% | - |
| XYZ | 22.87 | 23.77 | 71.79 | - |
| YUV | 116.96 | 186.71 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 221 | 0.84 | 0.38 | 0 | 0.13 | 206.92 | 0.73 | 0.5 |
| Hex | 24 | 8A | DD | 54 | 26 | 0 | D | CF | 49 | 32 |
| Octal | 44 | 212 | 335 | 124 | 46 | 0 | 15 | 317 | 111 | 62 |
| Binary | 100100 | 10001010 | 11011101 | 1010100 | 100110 | 0 | 1101 | 11001111 | 1001001 | 110010 |
Color Harmonies of #248ADD
Complementary color
Monochromatic Colors of #248ADD
Black with #248ADD
Text Example
Text Example
White with #248ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248ADD; }
p { color: rgb(36,138,221); }
H1.HeaderClassName
{
color: #248ADD;
}
.AnyTagClassName
{
color: #248ADD;
}
</style>
background-color css
<style>
a { background-color: #248ADD; }
a { background-color: rgb(36,138,221); }
div.DivClassName
{
background-color: #248ADD;
}
.BgClassName
{
background-color: #248ADD;
}
</style>
border-color css
<style>
span { border-color: #248ADD; }
span { border-color: rgb(36,138,221); }
td.TdClassName
{
border-color: #248ADD;
}
.TagClassName
{
border-color: #248ADD;
}
</style>