Shades of Dodger Blue #308DDF
Tints of Dodger Blue #308DDF
RGB
CMYK
RGB Variations
Color information
#308DDF (or 0x308DDF) is known color: Dodger Blue. HEX triplet: 30, 8D and DF. RGB value is (48,141,223). Sum of RGB (Red+Green+Blue) = 48+141+223=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #308DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DDF is #CF7220. Grayscale: #7A7A7A. Windows color (decimal): -13595169 or 14650672. OLE color: 14650672.
HSL color Cylindrical-coordinate representation of color #308DDF: hue angle of 208.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308DDF is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 141 | 223 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.13 |
| HSL | 208.11º | 0.73% | 0.53% | - |
| HSV(B) | 208.11º | 0.78% | 0.87% | - |
| XYZ | 24.06 | 25.01 | 73.37 | - |
| YUV | 122.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 223 | 0.78 | 0.37 | 0 | 0.13 | 208.11 | 0.73 | 0.53 |
| Hex | 30 | 8D | DF | 4E | 25 | 0 | D | D0 | 49 | 35 |
| Octal | 60 | 215 | 337 | 116 | 45 | 0 | 15 | 320 | 111 | 65 |
| Binary | 110000 | 10001101 | 11011111 | 1001110 | 100101 | 0 | 1101 | 11010000 | 1001001 | 110101 |
Color Harmonies of #308DDF
Complementary color
Monochromatic Colors of #308DDF
Black with #308DDF
Text Example
Text Example
White with #308DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DDF; }
p { color: rgb(48,141,223); }
H1.HeaderClassName
{
color: #308DDF;
}
.AnyTagClassName
{
color: #308DDF;
}
</style>
background-color css
<style>
a { background-color: #308DDF; }
a { background-color: rgb(48,141,223); }
div.DivClassName
{
background-color: #308DDF;
}
.BgClassName
{
background-color: #308DDF;
}
</style>
border-color css
<style>
span { border-color: #308DDF; }
span { border-color: rgb(48,141,223); }
td.TdClassName
{
border-color: #308DDF;
}
.TagClassName
{
border-color: #308DDF;
}
</style>