Shades of Dodger Blue #248FE2
Tints of Dodger Blue #248FE2
RGB
CMYK
RGB Variations
Color information
#248FE2 (or 0x248FE2) is known color: Dodger Blue. HEX triplet: 24, 8F and E2. RGB value is (36,143,226). Sum of RGB (Red+Green+Blue) = 36+143+226=405 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.89% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #248FE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FE2 is #DB701D. Grayscale: #787878. Windows color (decimal): -14381086 or 14847780. OLE color: 14847780.
HSL color Cylindrical-coordinate representation of color #248FE2: hue angle of 206.21º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248FE2 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 143 | 226 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.11 |
| HSL | 206.21º | 0.77% | 0.51% | - |
| HSV(B) | 206.21º | 0.84% | 0.89% | - |
| XYZ | 24.28 | 25.51 | 75.6 | - |
| YUV | 120.47 | 187.55 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 226 | 0.84 | 0.37 | 0 | 0.11 | 206.21 | 0.77 | 0.51 |
| Hex | 24 | 8F | E2 | 54 | 25 | 0 | B | CE | 4D | 33 |
| Octal | 44 | 217 | 342 | 124 | 45 | 0 | 13 | 316 | 115 | 63 |
| Binary | 100100 | 10001111 | 11100010 | 1010100 | 100101 | 0 | 1011 | 11001110 | 1001101 | 110011 |
Color Harmonies of #248FE2
Complementary color
Monochromatic Colors of #248FE2
Black with #248FE2
Text Example
Text Example
White with #248FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FE2; }
p { color: rgb(36,143,226); }
H1.HeaderClassName
{
color: #248FE2;
}
.AnyTagClassName
{
color: #248FE2;
}
</style>
background-color css
<style>
a { background-color: #248FE2; }
a { background-color: rgb(36,143,226); }
div.DivClassName
{
background-color: #248FE2;
}
.BgClassName
{
background-color: #248FE2;
}
</style>
border-color css
<style>
span { border-color: #248FE2; }
span { border-color: rgb(36,143,226); }
td.TdClassName
{
border-color: #248FE2;
}
.TagClassName
{
border-color: #248FE2;
}
</style>