Shades of Dodger Blue #248FD8
Tints of Dodger Blue #248FD8
RGB
CMYK
RGB Variations
Color information
#248FD8 (or 0x248FD8) is known color: Dodger Blue. HEX triplet: 24, 8F and D8. RGB value is (36,143,216). Sum of RGB (Red+Green+Blue) = 36+143+216=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #248FD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FD8 is #DB7027. Grayscale: #767676. Windows color (decimal): -14381096 or 14192420. OLE color: 14192420.
HSL color Cylindrical-coordinate representation of color #248FD8: hue angle of 204.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248FD8 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 143 | 216 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.15 |
| HSL | 204.33º | 0.71% | 0.49% | - |
| HSV(B) | 204.33º | 0.83% | 0.85% | - |
| XYZ | 22.94 | 24.98 | 68.58 | - |
| YUV | 119.33 | 182.55 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 216 | 0.83 | 0.34 | 0 | 0.15 | 204.33 | 0.71 | 0.49 |
| Hex | 24 | 8F | D8 | 53 | 22 | 0 | F | CC | 47 | 31 |
| Octal | 44 | 217 | 330 | 123 | 42 | 0 | 17 | 314 | 107 | 61 |
| Binary | 100100 | 10001111 | 11011000 | 1010011 | 100010 | 0 | 1111 | 11001100 | 1000111 | 110001 |
Color Harmonies of #248FD8
Complementary color
Monochromatic Colors of #248FD8
Black with #248FD8
Text Example
Text Example
White with #248FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FD8; }
p { color: rgb(36,143,216); }
H1.HeaderClassName
{
color: #248FD8;
}
.AnyTagClassName
{
color: #248FD8;
}
</style>
background-color css
<style>
a { background-color: #248FD8; }
a { background-color: rgb(36,143,216); }
div.DivClassName
{
background-color: #248FD8;
}
.BgClassName
{
background-color: #248FD8;
}
</style>
border-color css
<style>
span { border-color: #248FD8; }
span { border-color: rgb(36,143,216); }
td.TdClassName
{
border-color: #248FD8;
}
.TagClassName
{
border-color: #248FD8;
}
</style>