Shades of Dodger Blue #048FEA
Tints of Dodger Blue #048FEA
RGB
CMYK
RGB Variations
Color information
#048FEA (or 0x048FEA) is known color: Dodger Blue. HEX triplet: 04, 8F and EA. RGB value is (4,143,234). Sum of RGB (Red+Green+Blue) = 4+143+234=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #048FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FEA is #FB7015. Grayscale: #6F6F6F. Windows color (decimal): -16478230 or 15372036. OLE color: 15372036.
HSL color Cylindrical-coordinate representation of color #048FEA: hue angle of 203.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048FEA is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 143 | 234 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.08 |
| HSL | 203.74º | 0.97% | 0.47% | - |
| HSV(B) | 203.74º | 0.98% | 0.92% | - |
| XYZ | 24.72 | 25.61 | 81.48 | - |
| YUV | 111.81 | 196.95 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 234 | 0.98 | 0.39 | 0 | 0.08 | 203.74 | 0.97 | 0.47 |
| Hex | 4 | 8F | EA | 62 | 27 | 0 | 8 | CC | 61 | 2F |
| Octal | 4 | 217 | 352 | 142 | 47 | 0 | 10 | 314 | 141 | 57 |
| Binary | 100 | 10001111 | 11101010 | 1100010 | 100111 | 0 | 1000 | 11001100 | 1100001 | 101111 |
Color Harmonies of #048FEA
Complementary color
Monochromatic Colors of #048FEA
Black with #048FEA
Text Example
Text Example
White with #048FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FEA; }
p { color: rgb(4,143,234); }
H1.HeaderClassName
{
color: #048FEA;
}
.AnyTagClassName
{
color: #048FEA;
}
</style>
background-color css
<style>
a { background-color: #048FEA; }
a { background-color: rgb(4,143,234); }
div.DivClassName
{
background-color: #048FEA;
}
.BgClassName
{
background-color: #048FEA;
}
</style>
border-color css
<style>
span { border-color: #048FEA; }
span { border-color: rgb(4,143,234); }
td.TdClassName
{
border-color: #048FEA;
}
.TagClassName
{
border-color: #048FEA;
}
</style>