Shades of Dodger Blue #248BFA
Tints of Dodger Blue #248BFA
RGB
CMYK
RGB Variations
Color information
#248BFA (or 0x248BFA) is known color: Dodger Blue. HEX triplet: 24, 8B and FA. RGB value is (36,139,250). Sum of RGB (Red+Green+Blue) = 36+139+250=425 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.47% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #248BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BFA is #DB7405. Grayscale: #787878. Windows color (decimal): -14382086 or 16419620. OLE color: 16419620.
HSL color Cylindrical-coordinate representation of color #248BFA: hue angle of 211.12º 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 #248BFA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 139 | 250 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.02 |
| HSL | 211.12º | 0.96% | 0.56% | - |
| HSV(B) | 211.12º | 0.86% | 0.98% | - |
| XYZ | 27.22 | 25.74 | 93.98 | - |
| YUV | 120.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 250 | 0.86 | 0.44 | 0 | 0.02 | 211.12 | 0.96 | 0.56 |
| Hex | 24 | 8B | FA | 56 | 2C | 0 | 2 | D3 | 60 | 38 |
| Octal | 44 | 213 | 372 | 126 | 54 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100100 | 10001011 | 11111010 | 1010110 | 101100 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #248BFA
Complementary color
Monochromatic Colors of #248BFA
Black with #248BFA
Text Example
Text Example
White with #248BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BFA; }
p { color: rgb(36,139,250); }
H1.HeaderClassName
{
color: #248BFA;
}
.AnyTagClassName
{
color: #248BFA;
}
</style>
background-color css
<style>
a { background-color: #248BFA; }
a { background-color: rgb(36,139,250); }
div.DivClassName
{
background-color: #248BFA;
}
.BgClassName
{
background-color: #248BFA;
}
</style>
border-color css
<style>
span { border-color: #248BFA; }
span { border-color: rgb(36,139,250); }
td.TdClassName
{
border-color: #248BFA;
}
.TagClassName
{
border-color: #248BFA;
}
</style>