Shades of Dodger Blue #308AED
Tints of Dodger Blue #308AED
RGB
CMYK
RGB Variations
Color information
#308AED (or 0x308AED) is known color: Dodger Blue. HEX triplet: 30, 8A and ED. RGB value is (48,138,237). Sum of RGB (Red+Green+Blue) = 48+138+237=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #308AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308AED is #CF7512. Grayscale: #797979. Windows color (decimal): -13595923 or 15567408. OLE color: 15567408.
HSL color Cylindrical-coordinate representation of color #308AED: hue angle of 211.43º 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 #308AED is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 138 | 237 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.07 |
| HSL | 211.43º | 0.84% | 0.56% | - |
| HSV(B) | 211.43º | 0.8% | 0.93% | - |
| XYZ | 25.59 | 24.92 | 83.58 | - |
| YUV | 122.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 237 | 0.80 | 0.42 | 0 | 0.07 | 211.43 | 0.84 | 0.56 |
| Hex | 30 | 8A | ED | 50 | 2A | 0 | 7 | D3 | 54 | 38 |
| Octal | 60 | 212 | 355 | 120 | 52 | 0 | 7 | 323 | 124 | 70 |
| Binary | 110000 | 10001010 | 11101101 | 1010000 | 101010 | 0 | 111 | 11010011 | 1010100 | 111000 |
Color Harmonies of #308AED
Complementary color
Monochromatic Colors of #308AED
Black with #308AED
Text Example
Text Example
White with #308AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308AED; }
p { color: rgb(48,138,237); }
H1.HeaderClassName
{
color: #308AED;
}
.AnyTagClassName
{
color: #308AED;
}
</style>
background-color css
<style>
a { background-color: #308AED; }
a { background-color: rgb(48,138,237); }
div.DivClassName
{
background-color: #308AED;
}
.BgClassName
{
background-color: #308AED;
}
</style>
border-color css
<style>
span { border-color: #308AED; }
span { border-color: rgb(48,138,237); }
td.TdClassName
{
border-color: #308AED;
}
.TagClassName
{
border-color: #308AED;
}
</style>