Shades of Dodger Blue #248FE6
Tints of Dodger Blue #248FE6
RGB
CMYK
RGB Variations
Color information
#248FE6 (or 0x248FE6) is known color: Dodger Blue. HEX triplet: 24, 8F and E6. RGB value is (36,143,230). Sum of RGB (Red+Green+Blue) = 36+143+230=409 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.80% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #248FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FE6 is #DB7019. Grayscale: #787878. Windows color (decimal): -14381082 or 15109924. OLE color: 15109924.
HSL color Cylindrical-coordinate representation of color #248FE6: hue angle of 206.91º 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 #248FE6 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 143 | 230 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.10 |
| HSL | 206.91º | 0.8% | 0.52% | - |
| HSV(B) | 206.91º | 0.84% | 0.9% | - |
| XYZ | 24.83 | 25.73 | 78.52 | - |
| YUV | 120.93 | 189.55 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 230 | 0.84 | 0.38 | 0 | 0.10 | 206.91 | 0.8 | 0.52 |
| Hex | 24 | 8F | E6 | 54 | 26 | 0 | A | CF | 50 | 34 |
| Octal | 44 | 217 | 346 | 124 | 46 | 0 | 12 | 317 | 120 | 64 |
| Binary | 100100 | 10001111 | 11100110 | 1010100 | 100110 | 0 | 1010 | 11001111 | 1010000 | 110100 |
Color Harmonies of #248FE6
Complementary color
Monochromatic Colors of #248FE6
Black with #248FE6
Text Example
Text Example
White with #248FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FE6; }
p { color: rgb(36,143,230); }
H1.HeaderClassName
{
color: #248FE6;
}
.AnyTagClassName
{
color: #248FE6;
}
</style>
background-color css
<style>
a { background-color: #248FE6; }
a { background-color: rgb(36,143,230); }
div.DivClassName
{
background-color: #248FE6;
}
.BgClassName
{
background-color: #248FE6;
}
</style>
border-color css
<style>
span { border-color: #248FE6; }
span { border-color: rgb(36,143,230); }
td.TdClassName
{
border-color: #248FE6;
}
.TagClassName
{
border-color: #248FE6;
}
</style>