Shades of Dodger Blue #248EF2
Tints of Dodger Blue #248EF2
RGB
CMYK
RGB Variations
Color information
#248EF2 (or 0x248EF2) is known color: Dodger Blue. HEX triplet: 24, 8E and F2. RGB value is (36,142,242). Sum of RGB (Red+Green+Blue) = 36+142+242=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #248EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248EF2 is #DB710D. Grayscale: #797979. Windows color (decimal): -14381326 or 15896100. OLE color: 15896100.
HSL color Cylindrical-coordinate representation of color #248EF2: hue angle of 209.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248EF2 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 142 | 242 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.05 |
| HSL | 209.13º | 0.89% | 0.55% | - |
| HSV(B) | 209.13º | 0.85% | 0.95% | - |
| XYZ | 26.43 | 26.13 | 87.66 | - |
| YUV | 121.71 | 195.88 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 242 | 0.85 | 0.41 | 0 | 0.05 | 209.13 | 0.89 | 0.55 |
| Hex | 24 | 8E | F2 | 55 | 29 | 0 | 5 | D1 | 59 | 37 |
| Octal | 44 | 216 | 362 | 125 | 51 | 0 | 5 | 321 | 131 | 67 |
| Binary | 100100 | 10001110 | 11110010 | 1010101 | 101001 | 0 | 101 | 11010001 | 1011001 | 110111 |
Color Harmonies of #248EF2
Complementary color
Monochromatic Colors of #248EF2
Black with #248EF2
Text Example
Text Example
White with #248EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EF2; }
p { color: rgb(36,142,242); }
H1.HeaderClassName
{
color: #248EF2;
}
.AnyTagClassName
{
color: #248EF2;
}
</style>
background-color css
<style>
a { background-color: #248EF2; }
a { background-color: rgb(36,142,242); }
div.DivClassName
{
background-color: #248EF2;
}
.BgClassName
{
background-color: #248EF2;
}
</style>
border-color css
<style>
span { border-color: #248EF2; }
span { border-color: rgb(36,142,242); }
td.TdClassName
{
border-color: #248EF2;
}
.TagClassName
{
border-color: #248EF2;
}
</style>