Shades of Dodger Blue #3097E9
Tints of Dodger Blue #3097E9
RGB
CMYK
RGB Variations
Color information
#3097E9 (or 0x3097E9) is known color: Dodger Blue. HEX triplet: 30, 97 and E9. RGB value is (48,151,233). Sum of RGB (Red+Green+Blue) = 48+151+233=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #3097E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3097E9 is #CF6816. Grayscale: #818181. Windows color (decimal): -13592599 or 15308592. OLE color: 15308592.
HSL color Cylindrical-coordinate representation of color #3097E9: hue angle of 206.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3097E9 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 151 | 233 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.09 |
| HSL | 206.59º | 0.81% | 0.55% | - |
| HSV(B) | 206.59º | 0.79% | 0.91% | - |
| XYZ | 26.99 | 28.64 | 81.2 | - |
| YUV | 129.55 | 186.38 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 233 | 0.79 | 0.35 | 0 | 0.09 | 206.59 | 0.81 | 0.55 |
| Hex | 30 | 97 | E9 | 4F | 23 | 0 | 9 | CF | 51 | 37 |
| Octal | 60 | 227 | 351 | 117 | 43 | 0 | 11 | 317 | 121 | 67 |
| Binary | 110000 | 10010111 | 11101001 | 1001111 | 100011 | 0 | 1001 | 11001111 | 1010001 | 110111 |
Color Harmonies of #3097E9
Complementary color
Monochromatic Colors of #3097E9
Black with #3097E9
Text Example
Text Example
White with #3097E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097E9; }
p { color: rgb(48,151,233); }
H1.HeaderClassName
{
color: #3097E9;
}
.AnyTagClassName
{
color: #3097E9;
}
</style>
background-color css
<style>
a { background-color: #3097E9; }
a { background-color: rgb(48,151,233); }
div.DivClassName
{
background-color: #3097E9;
}
.BgClassName
{
background-color: #3097E9;
}
</style>
border-color css
<style>
span { border-color: #3097E9; }
span { border-color: rgb(48,151,233); }
td.TdClassName
{
border-color: #3097E9;
}
.TagClassName
{
border-color: #3097E9;
}
</style>