Shades of Dodger Blue #0395EA
Tints of Dodger Blue #0395EA
RGB
CMYK
RGB Variations
Color information
#0395EA (or 0x0395EA) is known color: Dodger Blue. HEX triplet: 03, 95 and EA. RGB value is (3,149,234). Sum of RGB (Red+Green+Blue) = 3+149+234=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #0395EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0395EA is #FC6A15. Grayscale: #727272. Windows color (decimal): -16542230 or 15373571. OLE color: 15373571.
HSL color Cylindrical-coordinate representation of color #0395EA: hue angle of 202.08º 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 #0395EA is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 149 | 234 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.08 |
| HSL | 202.08º | 0.97% | 0.46% | - |
| HSV(B) | 202.08º | 0.99% | 0.92% | - |
| XYZ | 25.64 | 27.45 | 81.79 | - |
| YUV | 115.04 | 195.13 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 234 | 0.99 | 0.36 | 0 | 0.08 | 202.08 | 0.97 | 0.46 |
| Hex | 3 | 95 | EA | 63 | 24 | 0 | 8 | CA | 61 | 2E |
| Octal | 3 | 225 | 352 | 143 | 44 | 0 | 10 | 312 | 141 | 56 |
| Binary | 11 | 10010101 | 11101010 | 1100011 | 100100 | 0 | 1000 | 11001010 | 1100001 | 101110 |
Color Harmonies of #0395EA
Complementary color
Monochromatic Colors of #0395EA
Black with #0395EA
Text Example
Text Example
White with #0395EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0395EA; }
p { color: rgb(3,149,234); }
H1.HeaderClassName
{
color: #0395EA;
}
.AnyTagClassName
{
color: #0395EA;
}
</style>
background-color css
<style>
a { background-color: #0395EA; }
a { background-color: rgb(3,149,234); }
div.DivClassName
{
background-color: #0395EA;
}
.BgClassName
{
background-color: #0395EA;
}
</style>
border-color css
<style>
span { border-color: #0395EA; }
span { border-color: rgb(3,149,234); }
td.TdClassName
{
border-color: #0395EA;
}
.TagClassName
{
border-color: #0395EA;
}
</style>