Shades of Dodger Blue #248DFB
Tints of Dodger Blue #248DFB
RGB
CMYK
RGB Variations
Color information
#248DFB (or 0x248DFB) is known color: Dodger Blue. HEX triplet: 24, 8D and FB. RGB value is (36,141,251). Sum of RGB (Red+Green+Blue) = 36+141+251=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #248DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248DFB is #DB7204. Grayscale: #797979. Windows color (decimal): -14381573 or 16485668. OLE color: 16485668.
HSL color Cylindrical-coordinate representation of color #248DFB: hue angle of 210.7º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248DFB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 141 | 251 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.02 |
| HSL | 210.7º | 0.96% | 0.56% | - |
| HSV(B) | 210.7º | 0.86% | 0.98% | - |
| XYZ | 27.67 | 26.39 | 94.9 | - |
| YUV | 122.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 251 | 0.86 | 0.44 | 0 | 0.02 | 210.7 | 0.96 | 0.56 |
| Hex | 24 | 8D | FB | 56 | 2C | 0 | 2 | D3 | 60 | 38 |
| Octal | 44 | 215 | 373 | 126 | 54 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100100 | 10001101 | 11111011 | 1010110 | 101100 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #248DFB
Complementary color
Monochromatic Colors of #248DFB
Black with #248DFB
Text Example
Text Example
White with #248DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248DFB; }
p { color: rgb(36,141,251); }
H1.HeaderClassName
{
color: #248DFB;
}
.AnyTagClassName
{
color: #248DFB;
}
</style>
background-color css
<style>
a { background-color: #248DFB; }
a { background-color: rgb(36,141,251); }
div.DivClassName
{
background-color: #248DFB;
}
.BgClassName
{
background-color: #248DFB;
}
</style>
border-color css
<style>
span { border-color: #248DFB; }
span { border-color: rgb(36,141,251); }
td.TdClassName
{
border-color: #248DFB;
}
.TagClassName
{
border-color: #248DFB;
}
</style>