Shades of Dodger Blue #248FE1
Tints of Dodger Blue #248FE1
RGB
CMYK
RGB Variations
Color information
#248FE1 (or 0x248FE1) is known color: Dodger Blue. HEX triplet: 24, 8F and E1. RGB value is (36,143,225). Sum of RGB (Red+Green+Blue) = 36+143+225=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #248FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FE1 is #DB701E. Grayscale: #777777. Windows color (decimal): -14381087 or 14782244. OLE color: 14782244.
HSL color Cylindrical-coordinate representation of color #248FE1: hue angle of 206.03º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248FE1 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 143 | 225 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.12 |
| HSL | 206.03º | 0.76% | 0.51% | - |
| HSV(B) | 206.03º | 0.84% | 0.88% | - |
| XYZ | 24.14 | 25.46 | 74.88 | - |
| YUV | 120.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 225 | 0.84 | 0.36 | 0 | 0.12 | 206.03 | 0.76 | 0.51 |
| Hex | 24 | 8F | E1 | 54 | 24 | 0 | C | CE | 4C | 33 |
| Octal | 44 | 217 | 341 | 124 | 44 | 0 | 14 | 316 | 114 | 63 |
| Binary | 100100 | 10001111 | 11100001 | 1010100 | 100100 | 0 | 1100 | 11001110 | 1001100 | 110011 |
Color Harmonies of #248FE1
Complementary color
Monochromatic Colors of #248FE1
Black with #248FE1
Text Example
Text Example
White with #248FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FE1; }
p { color: rgb(36,143,225); }
H1.HeaderClassName
{
color: #248FE1;
}
.AnyTagClassName
{
color: #248FE1;
}
</style>
background-color css
<style>
a { background-color: #248FE1; }
a { background-color: rgb(36,143,225); }
div.DivClassName
{
background-color: #248FE1;
}
.BgClassName
{
background-color: #248FE1;
}
</style>
border-color css
<style>
span { border-color: #248FE1; }
span { border-color: rgb(36,143,225); }
td.TdClassName
{
border-color: #248FE1;
}
.TagClassName
{
border-color: #248FE1;
}
</style>