Shades of Dodger Blue #248ADE
Tints of Dodger Blue #248ADE
RGB
CMYK
RGB Variations
Color information
#248ADE (or 0x248ADE) is known color: Dodger Blue. HEX triplet: 24, 8A and DE. RGB value is (36,138,222). Sum of RGB (Red+Green+Blue) = 36+138+222=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #248ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ADE is #DB7521. Grayscale: #747474. Windows color (decimal): -14382370 or 14584356. OLE color: 14584356.
HSL color Cylindrical-coordinate representation of color #248ADE: hue angle of 207.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248ADE is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 138 | 222 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.13 |
| HSL | 207.1º | 0.74% | 0.51% | - |
| HSV(B) | 207.1º | 0.84% | 0.87% | - |
| XYZ | 23 | 23.83 | 72.49 | - |
| YUV | 117.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 222 | 0.84 | 0.38 | 0 | 0.13 | 207.1 | 0.74 | 0.51 |
| Hex | 24 | 8A | DE | 54 | 26 | 0 | D | CF | 4A | 33 |
| Octal | 44 | 212 | 336 | 124 | 46 | 0 | 15 | 317 | 112 | 63 |
| Binary | 100100 | 10001010 | 11011110 | 1010100 | 100110 | 0 | 1101 | 11001111 | 1001010 | 110011 |
Color Harmonies of #248ADE
Complementary color
Monochromatic Colors of #248ADE
Black with #248ADE
Text Example
Text Example
White with #248ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248ADE; }
p { color: rgb(36,138,222); }
H1.HeaderClassName
{
color: #248ADE;
}
.AnyTagClassName
{
color: #248ADE;
}
</style>
background-color css
<style>
a { background-color: #248ADE; }
a { background-color: rgb(36,138,222); }
div.DivClassName
{
background-color: #248ADE;
}
.BgClassName
{
background-color: #248ADE;
}
</style>
border-color css
<style>
span { border-color: #248ADE; }
span { border-color: rgb(36,138,222); }
td.TdClassName
{
border-color: #248ADE;
}
.TagClassName
{
border-color: #248ADE;
}
</style>