Shades of Dodger Blue #308BEB
Tints of Dodger Blue #308BEB
RGB
CMYK
RGB Variations
Color information
#308BEB (or 0x308BEB) is known color: Dodger Blue. HEX triplet: 30, 8B and EB. RGB value is (48,139,235). Sum of RGB (Red+Green+Blue) = 48+139+235=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #308BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BEB is #CF7414. Grayscale: #7A7A7A. Windows color (decimal): -13595669 or 15436592. OLE color: 15436592.
HSL color Cylindrical-coordinate representation of color #308BEB: hue angle of 210.8º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308BEB is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 139 | 235 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.08 |
| HSL | 210.8º | 0.82% | 0.55% | - |
| HSV(B) | 210.8º | 0.8% | 0.92% | - |
| XYZ | 25.45 | 25.09 | 82.1 | - |
| YUV | 122.74 | 191.35 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 235 | 0.80 | 0.41 | 0 | 0.08 | 210.8 | 0.82 | 0.55 |
| Hex | 30 | 8B | EB | 50 | 29 | 0 | 8 | D3 | 52 | 37 |
| Octal | 60 | 213 | 353 | 120 | 51 | 0 | 10 | 323 | 122 | 67 |
| Binary | 110000 | 10001011 | 11101011 | 1010000 | 101001 | 0 | 1000 | 11010011 | 1010010 | 110111 |
Color Harmonies of #308BEB
Complementary color
Monochromatic Colors of #308BEB
Black with #308BEB
Text Example
Text Example
White with #308BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BEB; }
p { color: rgb(48,139,235); }
H1.HeaderClassName
{
color: #308BEB;
}
.AnyTagClassName
{
color: #308BEB;
}
</style>
background-color css
<style>
a { background-color: #308BEB; }
a { background-color: rgb(48,139,235); }
div.DivClassName
{
background-color: #308BEB;
}
.BgClassName
{
background-color: #308BEB;
}
</style>
border-color css
<style>
span { border-color: #308BEB; }
span { border-color: rgb(48,139,235); }
td.TdClassName
{
border-color: #308BEB;
}
.TagClassName
{
border-color: #308BEB;
}
</style>