Shades of Dodger Blue #0383ED
Tints of Dodger Blue #0383ED
RGB
CMYK
RGB Variations
Color information
#0383ED (or 0x0383ED) is known color: Dodger Blue. HEX triplet: 03, 83 and ED. RGB value is (3,131,237). Sum of RGB (Red+Green+Blue) = 3+131+237=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #0383ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0383ED is #FC7C12. Grayscale: #686868. Windows color (decimal): -16546835 or 15565571. OLE color: 15565571.
HSL color Cylindrical-coordinate representation of color #0383ED: hue angle of 207.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0383ED is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 131 | 237 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.07 |
| HSL | 207.18º | 0.98% | 0.47% | - |
| HSV(B) | 207.18º | 0.99% | 0.93% | - |
| XYZ | 23.44 | 22.37 | 83.2 | - |
| YUV | 104.81 | 202.59 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 237 | 0.99 | 0.45 | 0 | 0.07 | 207.18 | 0.98 | 0.47 |
| Hex | 3 | 83 | ED | 63 | 2D | 0 | 7 | CF | 62 | 2F |
| Octal | 3 | 203 | 355 | 143 | 55 | 0 | 7 | 317 | 142 | 57 |
| Binary | 11 | 10000011 | 11101101 | 1100011 | 101101 | 0 | 111 | 11001111 | 1100010 | 101111 |
Color Harmonies of #0383ED
Complementary color
Monochromatic Colors of #0383ED
Black with #0383ED
Text Example
Text Example
White with #0383ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0383ED; }
p { color: rgb(3,131,237); }
H1.HeaderClassName
{
color: #0383ED;
}
.AnyTagClassName
{
color: #0383ED;
}
</style>
background-color css
<style>
a { background-color: #0383ED; }
a { background-color: rgb(3,131,237); }
div.DivClassName
{
background-color: #0383ED;
}
.BgClassName
{
background-color: #0383ED;
}
</style>
border-color css
<style>
span { border-color: #0383ED; }
span { border-color: rgb(3,131,237); }
td.TdClassName
{
border-color: #0383ED;
}
.TagClassName
{
border-color: #0383ED;
}
</style>