Shades of Dodger Blue #248CF7
Tints of Dodger Blue #248CF7
RGB
CMYK
RGB Variations
Color information
#248CF7 (or 0x248CF7) is known color: Dodger Blue. HEX triplet: 24, 8C and F7. RGB value is (36,140,247). Sum of RGB (Red+Green+Blue) = 36+140+247=423 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.51% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #248CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CF7 is #DB7308. Grayscale: #787878. Windows color (decimal): -14381833 or 16223268. OLE color: 16223268.
HSL color Cylindrical-coordinate representation of color #248CF7: hue angle of 210.43º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248CF7 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 140 | 247 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.03 |
| HSL | 210.43º | 0.93% | 0.55% | - |
| HSV(B) | 210.43º | 0.85% | 0.97% | - |
| XYZ | 26.89 | 25.85 | 91.57 | - |
| YUV | 121.1 | 199.04 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 247 | 0.85 | 0.43 | 0 | 0.03 | 210.43 | 0.93 | 0.55 |
| Hex | 24 | 8C | F7 | 55 | 2B | 0 | 3 | D2 | 5D | 37 |
| Octal | 44 | 214 | 367 | 125 | 53 | 0 | 3 | 322 | 135 | 67 |
| Binary | 100100 | 10001100 | 11110111 | 1010101 | 101011 | 0 | 11 | 11010010 | 1011101 | 110111 |
Color Harmonies of #248CF7
Complementary color
Monochromatic Colors of #248CF7
Black with #248CF7
Text Example
Text Example
White with #248CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CF7; }
p { color: rgb(36,140,247); }
H1.HeaderClassName
{
color: #248CF7;
}
.AnyTagClassName
{
color: #248CF7;
}
</style>
background-color css
<style>
a { background-color: #248CF7; }
a { background-color: rgb(36,140,247); }
div.DivClassName
{
background-color: #248CF7;
}
.BgClassName
{
background-color: #248CF7;
}
</style>
border-color css
<style>
span { border-color: #248CF7; }
span { border-color: rgb(36,140,247); }
td.TdClassName
{
border-color: #248CF7;
}
.TagClassName
{
border-color: #248CF7;
}
</style>