Shades of Dodger Blue #308FDF
Tints of Dodger Blue #308FDF
RGB
CMYK
RGB Variations
Color information
#308FDF (or 0x308FDF) is known color: Dodger Blue. HEX triplet: 30, 8F and DF. RGB value is (48,143,223). Sum of RGB (Red+Green+Blue) = 48+143+223=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #308FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FDF is #CF7020. Grayscale: #7B7B7B. Windows color (decimal): -13594657 or 14651184. OLE color: 14651184.
HSL color Cylindrical-coordinate representation of color #308FDF: hue angle of 207.43º 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 #308FDF is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 143 | 223 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.13 |
| HSL | 207.43º | 0.73% | 0.53% | - |
| HSV(B) | 207.43º | 0.78% | 0.87% | - |
| XYZ | 24.36 | 25.6 | 73.47 | - |
| YUV | 123.72 | 184.03 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 223 | 0.78 | 0.36 | 0 | 0.13 | 207.43 | 0.73 | 0.53 |
| Hex | 30 | 8F | DF | 4E | 24 | 0 | D | CF | 49 | 35 |
| Octal | 60 | 217 | 337 | 116 | 44 | 0 | 15 | 317 | 111 | 65 |
| Binary | 110000 | 10001111 | 11011111 | 1001110 | 100100 | 0 | 1101 | 11001111 | 1001001 | 110101 |
Color Harmonies of #308FDF
Complementary color
Monochromatic Colors of #308FDF
Black with #308FDF
Text Example
Text Example
White with #308FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FDF; }
p { color: rgb(48,143,223); }
H1.HeaderClassName
{
color: #308FDF;
}
.AnyTagClassName
{
color: #308FDF;
}
</style>
background-color css
<style>
a { background-color: #308FDF; }
a { background-color: rgb(48,143,223); }
div.DivClassName
{
background-color: #308FDF;
}
.BgClassName
{
background-color: #308FDF;
}
</style>
border-color css
<style>
span { border-color: #308FDF; }
span { border-color: rgb(48,143,223); }
td.TdClassName
{
border-color: #308FDF;
}
.TagClassName
{
border-color: #308FDF;
}
</style>