Shades of Dodger Blue #308EDF
Tints of Dodger Blue #308EDF
RGB
CMYK
RGB Variations
Color information
#308EDF (or 0x308EDF) is known color: Dodger Blue. HEX triplet: 30, 8E and DF. RGB value is (48,142,223). Sum of RGB (Red+Green+Blue) = 48+142+223=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #308EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EDF is #CF7120. Grayscale: #7A7A7A. Windows color (decimal): -13594913 or 14650928. OLE color: 14650928.
HSL color Cylindrical-coordinate representation of color #308EDF: hue angle of 207.77º 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 #308EDF is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 142 | 223 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.13 |
| HSL | 207.77º | 0.73% | 0.53% | - |
| HSV(B) | 207.77º | 0.78% | 0.87% | - |
| XYZ | 24.21 | 25.3 | 73.42 | - |
| YUV | 123.13 | 184.36 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 223 | 0.78 | 0.36 | 0 | 0.13 | 207.77 | 0.73 | 0.53 |
| Hex | 30 | 8E | DF | 4E | 24 | 0 | D | D0 | 49 | 35 |
| Octal | 60 | 216 | 337 | 116 | 44 | 0 | 15 | 320 | 111 | 65 |
| Binary | 110000 | 10001110 | 11011111 | 1001110 | 100100 | 0 | 1101 | 11010000 | 1001001 | 110101 |
Color Harmonies of #308EDF
Complementary color
Monochromatic Colors of #308EDF
Black with #308EDF
Text Example
Text Example
White with #308EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308EDF; }
p { color: rgb(48,142,223); }
H1.HeaderClassName
{
color: #308EDF;
}
.AnyTagClassName
{
color: #308EDF;
}
</style>
background-color css
<style>
a { background-color: #308EDF; }
a { background-color: rgb(48,142,223); }
div.DivClassName
{
background-color: #308EDF;
}
.BgClassName
{
background-color: #308EDF;
}
</style>
border-color css
<style>
span { border-color: #308EDF; }
span { border-color: rgb(48,142,223); }
td.TdClassName
{
border-color: #308EDF;
}
.TagClassName
{
border-color: #308EDF;
}
</style>