Shades of Dodger Blue #3096EA
Tints of Dodger Blue #3096EA
RGB
CMYK
RGB Variations
Color information
#3096EA (or 0x3096EA) is known color: Dodger Blue. HEX triplet: 30, 96 and EA. RGB value is (48,150,234). Sum of RGB (Red+Green+Blue) = 48+150+234=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #3096EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3096EA is #CF6915. Grayscale: #808080. Windows color (decimal): -13592854 or 15373872. OLE color: 15373872.
HSL color Cylindrical-coordinate representation of color #3096EA: hue angle of 207.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3096EA is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 150 | 234 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.08 |
| HSL | 207.1º | 0.82% | 0.55% | - |
| HSV(B) | 207.1º | 0.79% | 0.92% | - |
| XYZ | 26.98 | 28.38 | 81.9 | - |
| YUV | 129.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 234 | 0.79 | 0.36 | 0 | 0.08 | 207.1 | 0.82 | 0.55 |
| Hex | 30 | 96 | EA | 4F | 24 | 0 | 8 | CF | 52 | 37 |
| Octal | 60 | 226 | 352 | 117 | 44 | 0 | 10 | 317 | 122 | 67 |
| Binary | 110000 | 10010110 | 11101010 | 1001111 | 100100 | 0 | 1000 | 11001111 | 1010010 | 110111 |
Color Harmonies of #3096EA
Complementary color
Monochromatic Colors of #3096EA
Black with #3096EA
Text Example
Text Example
White with #3096EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096EA; }
p { color: rgb(48,150,234); }
H1.HeaderClassName
{
color: #3096EA;
}
.AnyTagClassName
{
color: #3096EA;
}
</style>
background-color css
<style>
a { background-color: #3096EA; }
a { background-color: rgb(48,150,234); }
div.DivClassName
{
background-color: #3096EA;
}
.BgClassName
{
background-color: #3096EA;
}
</style>
border-color css
<style>
span { border-color: #3096EA; }
span { border-color: rgb(48,150,234); }
td.TdClassName
{
border-color: #3096EA;
}
.TagClassName
{
border-color: #3096EA;
}
</style>