Shades of Dodger Blue #248BDF
Tints of Dodger Blue #248BDF
RGB
CMYK
RGB Variations
Color information
#248BDF (or 0x248BDF) is known color: Dodger Blue. HEX triplet: 24, 8B and DF. RGB value is (36,139,223). Sum of RGB (Red+Green+Blue) = 36+139+223=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #248BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BDF is #DB7420. Grayscale: #757575. Windows color (decimal): -14382113 or 14650148. OLE color: 14650148.
HSL color Cylindrical-coordinate representation of color #248BDF: hue angle of 206.95º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248BDF is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 139 | 223 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.13 |
| HSL | 206.95º | 0.75% | 0.51% | - |
| HSV(B) | 206.95º | 0.84% | 0.87% | - |
| XYZ | 23.28 | 24.17 | 73.25 | - |
| YUV | 117.78 | 187.38 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 223 | 0.84 | 0.38 | 0 | 0.13 | 206.95 | 0.75 | 0.51 |
| Hex | 24 | 8B | DF | 54 | 26 | 0 | D | CF | 4B | 33 |
| Octal | 44 | 213 | 337 | 124 | 46 | 0 | 15 | 317 | 113 | 63 |
| Binary | 100100 | 10001011 | 11011111 | 1010100 | 100110 | 0 | 1101 | 11001111 | 1001011 | 110011 |
Color Harmonies of #248BDF
Complementary color
Monochromatic Colors of #248BDF
Black with #248BDF
Text Example
Text Example
White with #248BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BDF; }
p { color: rgb(36,139,223); }
H1.HeaderClassName
{
color: #248BDF;
}
.AnyTagClassName
{
color: #248BDF;
}
</style>
background-color css
<style>
a { background-color: #248BDF; }
a { background-color: rgb(36,139,223); }
div.DivClassName
{
background-color: #248BDF;
}
.BgClassName
{
background-color: #248BDF;
}
</style>
border-color css
<style>
span { border-color: #248BDF; }
span { border-color: rgb(36,139,223); }
td.TdClassName
{
border-color: #248BDF;
}
.TagClassName
{
border-color: #248BDF;
}
</style>