Shades of Dodger Blue #048AFE
Tints of Dodger Blue #048AFE
RGB
CMYK
RGB Variations
Color information
#048AFE (or 0x048AFE) is known color: Dodger Blue. HEX triplet: 04, 8A and FE. RGB value is (4,138,254). Sum of RGB (Red+Green+Blue) = 4+138+254=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #048AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048AFE is #FB7501. Grayscale: #6E6E6E. Windows color (decimal): -16479490 or 16681476. OLE color: 16681476.
HSL color Cylindrical-coordinate representation of color #048AFE: hue angle of 207.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048AFE is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 138 | 254 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.00 |
| HSL | 207.84º | 0.99% | 0.51% | - |
| HSV(B) | 207.84º | 0.98% | 1% | - |
| XYZ | 27.03 | 25.36 | 97.24 | - |
| YUV | 111.16 | 208.61 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 254 | 0.98 | 0.46 | 0 | 0.00 | 207.84 | 0.99 | 0.51 |
| Hex | 4 | 8A | FE | 62 | 2E | 0 | 0 | D0 | 63 | 33 |
| Octal | 4 | 212 | 376 | 142 | 56 | 0 | 0 | 320 | 143 | 63 |
| Binary | 100 | 10001010 | 11111110 | 1100010 | 101110 | 0 | 0 | 11010000 | 1100011 | 110011 |
Color Harmonies of #048AFE
Complementary color
Monochromatic Colors of #048AFE
Black with #048AFE
Text Example
Text Example
White with #048AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048AFE; }
p { color: rgb(4,138,254); }
H1.HeaderClassName
{
color: #048AFE;
}
.AnyTagClassName
{
color: #048AFE;
}
</style>
background-color css
<style>
a { background-color: #048AFE; }
a { background-color: rgb(4,138,254); }
div.DivClassName
{
background-color: #048AFE;
}
.BgClassName
{
background-color: #048AFE;
}
</style>
border-color css
<style>
span { border-color: #048AFE; }
span { border-color: rgb(4,138,254); }
td.TdClassName
{
border-color: #048AFE;
}
.TagClassName
{
border-color: #048AFE;
}
</style>