Shades of Dodger Blue #308BEC
Tints of Dodger Blue #308BEC
RGB
CMYK
RGB Variations
Color information
#308BEC (or 0x308BEC) is known color: Dodger Blue. HEX triplet: 30, 8B and EC. RGB value is (48,139,236). Sum of RGB (Red+Green+Blue) = 48+139+236=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #308BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BEC is #CF7413. Grayscale: #7A7A7A. Windows color (decimal): -13595668 or 15502128. OLE color: 15502128.
HSL color Cylindrical-coordinate representation of color #308BEC: hue angle of 210.96º degrees, saturation: 0.83, 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 #308BEC is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 139 | 236 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.07 |
| HSL | 210.96º | 0.83% | 0.56% | - |
| HSV(B) | 210.96º | 0.8% | 0.93% | - |
| XYZ | 25.59 | 25.15 | 82.86 | - |
| YUV | 122.85 | 191.85 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 236 | 0.80 | 0.41 | 0 | 0.07 | 210.96 | 0.83 | 0.56 |
| Hex | 30 | 8B | EC | 50 | 29 | 0 | 7 | D3 | 53 | 38 |
| Octal | 60 | 213 | 354 | 120 | 51 | 0 | 7 | 323 | 123 | 70 |
| Binary | 110000 | 10001011 | 11101100 | 1010000 | 101001 | 0 | 111 | 11010011 | 1010011 | 111000 |
Color Harmonies of #308BEC
Complementary color
Monochromatic Colors of #308BEC
Black with #308BEC
Text Example
Text Example
White with #308BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BEC; }
p { color: rgb(48,139,236); }
H1.HeaderClassName
{
color: #308BEC;
}
.AnyTagClassName
{
color: #308BEC;
}
</style>
background-color css
<style>
a { background-color: #308BEC; }
a { background-color: rgb(48,139,236); }
div.DivClassName
{
background-color: #308BEC;
}
.BgClassName
{
background-color: #308BEC;
}
</style>
border-color css
<style>
span { border-color: #308BEC; }
span { border-color: rgb(48,139,236); }
td.TdClassName
{
border-color: #308BEC;
}
.TagClassName
{
border-color: #308BEC;
}
</style>