Shades of Dodger Blue #308DF4
Tints of Dodger Blue #308DF4
RGB
CMYK
RGB Variations
Color information
#308DF4 (or 0x308DF4) is known color: Dodger Blue. HEX triplet: 30, 8D and F4. RGB value is (48,141,244). Sum of RGB (Red+Green+Blue) = 48+141+244=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #308DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308DF4 is #CF720B. Grayscale: #7C7C7C. Windows color (decimal): -13595148 or 16026928. OLE color: 16026928.
HSL color Cylindrical-coordinate representation of color #308DF4: hue angle of 211.53º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308DF4 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 141 | 244 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.04 |
| HSL | 211.53º | 0.9% | 0.57% | - |
| HSV(B) | 211.53º | 0.8% | 0.96% | - |
| XYZ | 27.07 | 26.21 | 89.22 | - |
| YUV | 124.94 | 195.19 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 244 | 0.80 | 0.42 | 0 | 0.04 | 211.53 | 0.9 | 0.57 |
| Hex | 30 | 8D | F4 | 50 | 2A | 0 | 4 | D4 | 5A | 39 |
| Octal | 60 | 215 | 364 | 120 | 52 | 0 | 4 | 324 | 132 | 71 |
| Binary | 110000 | 10001101 | 11110100 | 1010000 | 101010 | 0 | 100 | 11010100 | 1011010 | 111001 |
Color Harmonies of #308DF4
Complementary color
Monochromatic Colors of #308DF4
Black with #308DF4
Text Example
Text Example
White with #308DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DF4; }
p { color: rgb(48,141,244); }
H1.HeaderClassName
{
color: #308DF4;
}
.AnyTagClassName
{
color: #308DF4;
}
</style>
background-color css
<style>
a { background-color: #308DF4; }
a { background-color: rgb(48,141,244); }
div.DivClassName
{
background-color: #308DF4;
}
.BgClassName
{
background-color: #308DF4;
}
</style>
border-color css
<style>
span { border-color: #308DF4; }
span { border-color: rgb(48,141,244); }
td.TdClassName
{
border-color: #308DF4;
}
.TagClassName
{
border-color: #308DF4;
}
</style>