Shades of Dodger Blue #248AE6
Tints of Dodger Blue #248AE6
RGB
CMYK
RGB Variations
Color information
#248AE6 (or 0x248AE6) is known color: Dodger Blue. HEX triplet: 24, 8A and E6. RGB value is (36,138,230). Sum of RGB (Red+Green+Blue) = 36+138+230=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #248AE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248AE6 is #DB7519. Grayscale: #757575. Windows color (decimal): -14382362 or 15108644. OLE color: 15108644.
HSL color Cylindrical-coordinate representation of color #248AE6: hue angle of 208.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248AE6 is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 138 | 230 | - |
| CMYK | 0.84 | 0.4 | 0 | 0.10 |
| HSL | 208.45º | 0.8% | 0.52% | - |
| HSV(B) | 208.45º | 0.84% | 0.9% | - |
| XYZ | 24.1 | 24.27 | 78.28 | - |
| YUV | 117.99 | 191.21 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 230 | 0.84 | 0.4 | 0 | 0.10 | 208.45 | 0.8 | 0.52 |
| Hex | 24 | 8A | E6 | 54 | 28 | 0 | A | D0 | 50 | 34 |
| Octal | 44 | 212 | 346 | 124 | 50 | 0 | 12 | 320 | 120 | 64 |
| Binary | 100100 | 10001010 | 11100110 | 1010100 | 101000 | 0 | 1010 | 11010000 | 1010000 | 110100 |
Color Harmonies of #248AE6
Complementary color
Monochromatic Colors of #248AE6
Black with #248AE6
Text Example
Text Example
White with #248AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AE6; }
p { color: rgb(36,138,230); }
H1.HeaderClassName
{
color: #248AE6;
}
.AnyTagClassName
{
color: #248AE6;
}
</style>
background-color css
<style>
a { background-color: #248AE6; }
a { background-color: rgb(36,138,230); }
div.DivClassName
{
background-color: #248AE6;
}
.BgClassName
{
background-color: #248AE6;
}
</style>
border-color css
<style>
span { border-color: #248AE6; }
span { border-color: rgb(36,138,230); }
td.TdClassName
{
border-color: #248AE6;
}
.TagClassName
{
border-color: #248AE6;
}
</style>