Shades of Dodger Blue #308EEF
Tints of Dodger Blue #308EEF
RGB
CMYK
RGB Variations
Color information
#308EEF (or 0x308EEF) is known color: Dodger Blue. HEX triplet: 30, 8E and EF. RGB value is (48,142,239). Sum of RGB (Red+Green+Blue) = 48+142+239=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #308EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308EEF is #CF7110. Grayscale: #7C7C7C. Windows color (decimal): -13594897 or 15699504. OLE color: 15699504.
HSL color Cylindrical-coordinate representation of color #308EEF: hue angle of 210.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308EEF is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 142 | 239 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.06 |
| HSL | 210.47º | 0.86% | 0.56% | - |
| HSV(B) | 210.47º | 0.8% | 0.94% | - |
| XYZ | 26.47 | 26.21 | 85.32 | - |
| YUV | 124.95 | 192.36 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 239 | 0.80 | 0.41 | 0 | 0.06 | 210.47 | 0.86 | 0.56 |
| Hex | 30 | 8E | EF | 50 | 29 | 0 | 6 | D2 | 56 | 38 |
| Octal | 60 | 216 | 357 | 120 | 51 | 0 | 6 | 322 | 126 | 70 |
| Binary | 110000 | 10001110 | 11101111 | 1010000 | 101001 | 0 | 110 | 11010010 | 1010110 | 111000 |
Color Harmonies of #308EEF
Complementary color
Monochromatic Colors of #308EEF
Black with #308EEF
Text Example
Text Example
White with #308EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308EEF; }
p { color: rgb(48,142,239); }
H1.HeaderClassName
{
color: #308EEF;
}
.AnyTagClassName
{
color: #308EEF;
}
</style>
background-color css
<style>
a { background-color: #308EEF; }
a { background-color: rgb(48,142,239); }
div.DivClassName
{
background-color: #308EEF;
}
.BgClassName
{
background-color: #308EEF;
}
</style>
border-color css
<style>
span { border-color: #308EEF; }
span { border-color: rgb(48,142,239); }
td.TdClassName
{
border-color: #308EEF;
}
.TagClassName
{
border-color: #308EEF;
}
</style>