Shades of Dodger Blue #248FFE
Tints of Dodger Blue #248FFE
RGB
CMYK
RGB Variations
Color information
#248FFE (or 0x248FFE) is known color: Dodger Blue. HEX triplet: 24, 8F and FE. RGB value is (36,143,254). Sum of RGB (Red+Green+Blue) = 36+143+254=433 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.31% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #248FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FFE is #DB7001. Grayscale: #7B7B7B. Windows color (decimal): -14381058 or 16682788. OLE color: 16682788.
HSL color Cylindrical-coordinate representation of color #248FFE: hue angle of 210.55º 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 #248FFE is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 143 | 254 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.00 |
| HSL | 210.55º | 0.99% | 0.57% | - |
| HSV(B) | 210.55º | 0.86% | 1% | - |
| XYZ | 28.44 | 27.18 | 97.51 | - |
| YUV | 123.66 | 201.55 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 254 | 0.86 | 0.44 | 0 | 0.00 | 210.55 | 0.99 | 0.57 |
| Hex | 24 | 8F | FE | 56 | 2C | 0 | 0 | D3 | 63 | 39 |
| Octal | 44 | 217 | 376 | 126 | 54 | 0 | 0 | 323 | 143 | 71 |
| Binary | 100100 | 10001111 | 11111110 | 1010110 | 101100 | 0 | 0 | 11010011 | 1100011 | 111001 |
Color Harmonies of #248FFE
Complementary color
Monochromatic Colors of #248FFE
Black with #248FFE
Text Example
Text Example
White with #248FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FFE; }
p { color: rgb(36,143,254); }
H1.HeaderClassName
{
color: #248FFE;
}
.AnyTagClassName
{
color: #248FFE;
}
</style>
background-color css
<style>
a { background-color: #248FFE; }
a { background-color: rgb(36,143,254); }
div.DivClassName
{
background-color: #248FFE;
}
.BgClassName
{
background-color: #248FFE;
}
</style>
border-color css
<style>
span { border-color: #248FFE; }
span { border-color: rgb(36,143,254); }
td.TdClassName
{
border-color: #248FFE;
}
.TagClassName
{
border-color: #248FFE;
}
</style>