Shades of Dodger Blue #248BFE
Tints of Dodger Blue #248BFE
RGB
CMYK
RGB Variations
Color information
#248BFE (or 0x248BFE) is known color: Dodger Blue. HEX triplet: 24, 8B and FE. RGB value is (36,139,254). Sum of RGB (Red+Green+Blue) = 36+139+254=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #248BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BFE is #DB7401. Grayscale: #787878. Windows color (decimal): -14382082 or 16681764. OLE color: 16681764.
HSL color Cylindrical-coordinate representation of color #248BFE: hue angle of 211.65º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248BFE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 139 | 254 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.00 |
| HSL | 211.65º | 0.99% | 0.57% | - |
| HSV(B) | 211.65º | 0.86% | 1% | - |
| XYZ | 27.85 | 26 | 97.32 | - |
| YUV | 121.31 | 202.88 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 254 | 0.86 | 0.45 | 0 | 0.00 | 211.65 | 0.99 | 0.57 |
| Hex | 24 | 8B | FE | 56 | 2D | 0 | 0 | D4 | 63 | 39 |
| Octal | 44 | 213 | 376 | 126 | 55 | 0 | 0 | 324 | 143 | 71 |
| Binary | 100100 | 10001011 | 11111110 | 1010110 | 101101 | 0 | 0 | 11010100 | 1100011 | 111001 |
Color Harmonies of #248BFE
Complementary color
Monochromatic Colors of #248BFE
Black with #248BFE
Text Example
Text Example
White with #248BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BFE; }
p { color: rgb(36,139,254); }
H1.HeaderClassName
{
color: #248BFE;
}
.AnyTagClassName
{
color: #248BFE;
}
</style>
background-color css
<style>
a { background-color: #248BFE; }
a { background-color: rgb(36,139,254); }
div.DivClassName
{
background-color: #248BFE;
}
.BgClassName
{
background-color: #248BFE;
}
</style>
border-color css
<style>
span { border-color: #248BFE; }
span { border-color: rgb(36,139,254); }
td.TdClassName
{
border-color: #248BFE;
}
.TagClassName
{
border-color: #248BFE;
}
</style>