Shades of Dodger Blue #3097ED
Tints of Dodger Blue #3097ED
RGB
CMYK
RGB Variations
Color information
#3097ED (or 0x3097ED) is known color: Dodger Blue. HEX triplet: 30, 97 and ED. RGB value is (48,151,237). Sum of RGB (Red+Green+Blue) = 48+151+237=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #3097ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3097ED is #CF6812. Grayscale: #818181. Windows color (decimal): -13592595 or 15570736. OLE color: 15570736.
HSL color Cylindrical-coordinate representation of color #3097ED: hue angle of 207.3º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3097ED is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 151 | 237 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.07 |
| HSL | 207.3º | 0.84% | 0.56% | - |
| HSV(B) | 207.3º | 0.8% | 0.93% | - |
| XYZ | 27.57 | 28.88 | 84.24 | - |
| YUV | 130.01 | 188.38 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 237 | 0.80 | 0.36 | 0 | 0.07 | 207.3 | 0.84 | 0.56 |
| Hex | 30 | 97 | ED | 50 | 24 | 0 | 7 | CF | 54 | 38 |
| Octal | 60 | 227 | 355 | 120 | 44 | 0 | 7 | 317 | 124 | 70 |
| Binary | 110000 | 10010111 | 11101101 | 1010000 | 100100 | 0 | 111 | 11001111 | 1010100 | 111000 |
Color Harmonies of #3097ED
Complementary color
Monochromatic Colors of #3097ED
Black with #3097ED
Text Example
Text Example
White with #3097ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097ED; }
p { color: rgb(48,151,237); }
H1.HeaderClassName
{
color: #3097ED;
}
.AnyTagClassName
{
color: #3097ED;
}
</style>
background-color css
<style>
a { background-color: #3097ED; }
a { background-color: rgb(48,151,237); }
div.DivClassName
{
background-color: #3097ED;
}
.BgClassName
{
background-color: #3097ED;
}
</style>
border-color css
<style>
span { border-color: #3097ED; }
span { border-color: rgb(48,151,237); }
td.TdClassName
{
border-color: #3097ED;
}
.TagClassName
{
border-color: #3097ED;
}
</style>