Shades of Dodger Blue #039BEA
Tints of Dodger Blue #039BEA
RGB
CMYK
RGB Variations
Color information
#039BEA (or 0x039BEA) is known color: Dodger Blue. HEX triplet: 03, 9B and EA. RGB value is (3,155,234). Sum of RGB (Red+Green+Blue) = 3+155+234=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #039BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039BEA is #FC6415. Grayscale: #767676. Windows color (decimal): -16540694 or 15375107. OLE color: 15375107.
HSL color Cylindrical-coordinate representation of color #039BEA: hue angle of 200.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BEA is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 155 | 234 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.08 |
| HSL | 200.52º | 0.97% | 0.46% | - |
| HSV(B) | 200.52º | 0.99% | 0.92% | - |
| XYZ | 26.61 | 29.4 | 82.11 | - |
| YUV | 118.56 | 193.14 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 234 | 0.99 | 0.34 | 0 | 0.08 | 200.52 | 0.97 | 0.46 |
| Hex | 3 | 9B | EA | 63 | 22 | 0 | 8 | C9 | 61 | 2E |
| Octal | 3 | 233 | 352 | 143 | 42 | 0 | 10 | 311 | 141 | 56 |
| Binary | 11 | 10011011 | 11101010 | 1100011 | 100010 | 0 | 1000 | 11001001 | 1100001 | 101110 |
Color Harmonies of #039BEA
Complementary color
Monochromatic Colors of #039BEA
Black with #039BEA
Text Example
Text Example
White with #039BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BEA; }
p { color: rgb(3,155,234); }
H1.HeaderClassName
{
color: #039BEA;
}
.AnyTagClassName
{
color: #039BEA;
}
</style>
background-color css
<style>
a { background-color: #039BEA; }
a { background-color: rgb(3,155,234); }
div.DivClassName
{
background-color: #039BEA;
}
.BgClassName
{
background-color: #039BEA;
}
</style>
border-color css
<style>
span { border-color: #039BEA; }
span { border-color: rgb(3,155,234); }
td.TdClassName
{
border-color: #039BEA;
}
.TagClassName
{
border-color: #039BEA;
}
</style>