Shades of Dodger Blue #0483EA
Tints of Dodger Blue #0483EA
RGB
CMYK
RGB Variations
Color information
#0483EA (or 0x0483EA) is known color: Dodger Blue. HEX triplet: 04, 83 and EA. RGB value is (4,131,234). Sum of RGB (Red+Green+Blue) = 4+131+234=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #0483EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0483EA is #FB7C15. Grayscale: #686868. Windows color (decimal): -16481302 or 15368964. OLE color: 15368964.
HSL color Cylindrical-coordinate representation of color #0483EA: hue angle of 206.87º 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 #0483EA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 131 | 234 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.08 |
| HSL | 206.87º | 0.97% | 0.47% | - |
| HSV(B) | 206.87º | 0.98% | 0.92% | - |
| XYZ | 23.02 | 22.2 | 80.91 | - |
| YUV | 104.77 | 200.92 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 234 | 0.98 | 0.44 | 0 | 0.08 | 206.87 | 0.97 | 0.47 |
| Hex | 4 | 83 | EA | 62 | 2C | 0 | 8 | CF | 61 | 2F |
| Octal | 4 | 203 | 352 | 142 | 54 | 0 | 10 | 317 | 141 | 57 |
| Binary | 100 | 10000011 | 11101010 | 1100010 | 101100 | 0 | 1000 | 11001111 | 1100001 | 101111 |
Color Harmonies of #0483EA
Complementary color
Monochromatic Colors of #0483EA
Black with #0483EA
Text Example
Text Example
White with #0483EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483EA; }
p { color: rgb(4,131,234); }
H1.HeaderClassName
{
color: #0483EA;
}
.AnyTagClassName
{
color: #0483EA;
}
</style>
background-color css
<style>
a { background-color: #0483EA; }
a { background-color: rgb(4,131,234); }
div.DivClassName
{
background-color: #0483EA;
}
.BgClassName
{
background-color: #0483EA;
}
</style>
border-color css
<style>
span { border-color: #0483EA; }
span { border-color: rgb(4,131,234); }
td.TdClassName
{
border-color: #0483EA;
}
.TagClassName
{
border-color: #0483EA;
}
</style>