Shades of Dodger Blue #0399EA
Tints of Dodger Blue #0399EA
RGB
CMYK
RGB Variations
Color information
#0399EA (or 0x0399EA) is known color: Dodger Blue. HEX triplet: 03, 99 and EA. RGB value is (3,153,234). Sum of RGB (Red+Green+Blue) = 3+153+234=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #0399EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0399EA is #FC6615. Grayscale: #747474. Windows color (decimal): -16541206 or 15374595. OLE color: 15374595.
HSL color Cylindrical-coordinate representation of color #0399EA: hue angle of 201.04º 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 #0399EA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 153 | 234 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.08 |
| HSL | 201.04º | 0.97% | 0.46% | - |
| HSV(B) | 201.04º | 0.99% | 0.92% | - |
| XYZ | 26.28 | 28.74 | 82 | - |
| YUV | 117.38 | 193.81 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 234 | 0.99 | 0.35 | 0 | 0.08 | 201.04 | 0.97 | 0.46 |
| Hex | 3 | 99 | EA | 63 | 23 | 0 | 8 | C9 | 61 | 2E |
| Octal | 3 | 231 | 352 | 143 | 43 | 0 | 10 | 311 | 141 | 56 |
| Binary | 11 | 10011001 | 11101010 | 1100011 | 100011 | 0 | 1000 | 11001001 | 1100001 | 101110 |
Color Harmonies of #0399EA
Complementary color
Monochromatic Colors of #0399EA
Black with #0399EA
Text Example
Text Example
White with #0399EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0399EA; }
p { color: rgb(3,153,234); }
H1.HeaderClassName
{
color: #0399EA;
}
.AnyTagClassName
{
color: #0399EA;
}
</style>
background-color css
<style>
a { background-color: #0399EA; }
a { background-color: rgb(3,153,234); }
div.DivClassName
{
background-color: #0399EA;
}
.BgClassName
{
background-color: #0399EA;
}
</style>
border-color css
<style>
span { border-color: #0399EA; }
span { border-color: rgb(3,153,234); }
td.TdClassName
{
border-color: #0399EA;
}
.TagClassName
{
border-color: #0399EA;
}
</style>