Shades of Dodger Blue #039CED
Tints of Dodger Blue #039CED
RGB
CMYK
RGB Variations
Color information
#039CED (or 0x039CED) is known color: Dodger Blue. HEX triplet: 03, 9C and ED. RGB value is (3,156,237). Sum of RGB (Red+Green+Blue) = 3+156+237=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #039CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039CED is #FC6312. Grayscale: #777777. Windows color (decimal): -16540435 or 15571971. OLE color: 15571971.
HSL color Cylindrical-coordinate representation of color #039CED: hue angle of 200.77º 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 #039CED is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 156 | 237 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.07 |
| HSL | 200.77º | 0.98% | 0.47% | - |
| HSV(B) | 200.77º | 0.99% | 0.93% | - |
| XYZ | 27.21 | 29.91 | 84.46 | - |
| YUV | 119.49 | 194.31 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 237 | 0.99 | 0.34 | 0 | 0.07 | 200.77 | 0.98 | 0.47 |
| Hex | 3 | 9C | ED | 63 | 22 | 0 | 7 | C9 | 62 | 2F |
| Octal | 3 | 234 | 355 | 143 | 42 | 0 | 7 | 311 | 142 | 57 |
| Binary | 11 | 10011100 | 11101101 | 1100011 | 100010 | 0 | 111 | 11001001 | 1100010 | 101111 |
Color Harmonies of #039CED
Complementary color
Monochromatic Colors of #039CED
Black with #039CED
Text Example
Text Example
White with #039CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CED; }
p { color: rgb(3,156,237); }
H1.HeaderClassName
{
color: #039CED;
}
.AnyTagClassName
{
color: #039CED;
}
</style>
background-color css
<style>
a { background-color: #039CED; }
a { background-color: rgb(3,156,237); }
div.DivClassName
{
background-color: #039CED;
}
.BgClassName
{
background-color: #039CED;
}
</style>
border-color css
<style>
span { border-color: #039CED; }
span { border-color: rgb(3,156,237); }
td.TdClassName
{
border-color: #039CED;
}
.TagClassName
{
border-color: #039CED;
}
</style>