Shades of Dodger Blue #307DF6
Tints of Dodger Blue #307DF6
RGB
CMYK
RGB Variations
Color information
#307DF6 (or 0x307DF6) is known color: Dodger Blue. HEX triplet: 30, 7D and F6. RGB value is (48,125,246). Sum of RGB (Red+Green+Blue) = 48+125+246=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #307DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307DF6 is #CF8209. Grayscale: #737373. Windows color (decimal): -13599242 or 16153904. OLE color: 16153904.
HSL color Cylindrical-coordinate representation of color #307DF6: hue angle of 216.67º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307DF6 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 125 | 246 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.04 |
| HSL | 216.67º | 0.92% | 0.58% | - |
| HSV(B) | 216.67º | 0.8% | 0.96% | - |
| XYZ | 25.19 | 21.95 | 90.1 | - |
| YUV | 115.77 | 201.49 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 246 | 0.80 | 0.49 | 0 | 0.04 | 216.67 | 0.92 | 0.58 |
| Hex | 30 | 7D | F6 | 50 | 31 | 0 | 4 | D9 | 5C | 3A |
| Octal | 60 | 175 | 366 | 120 | 61 | 0 | 4 | 331 | 134 | 72 |
| Binary | 110000 | 1111101 | 11110110 | 1010000 | 110001 | 0 | 100 | 11011001 | 1011100 | 111010 |
Color Harmonies of #307DF6
Complementary color
Monochromatic Colors of #307DF6
Black with #307DF6
Text Example
Text Example
White with #307DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307DF6; }
p { color: rgb(48,125,246); }
H1.HeaderClassName
{
color: #307DF6;
}
.AnyTagClassName
{
color: #307DF6;
}
</style>
background-color css
<style>
a { background-color: #307DF6; }
a { background-color: rgb(48,125,246); }
div.DivClassName
{
background-color: #307DF6;
}
.BgClassName
{
background-color: #307DF6;
}
</style>
border-color css
<style>
span { border-color: #307DF6; }
span { border-color: rgb(48,125,246); }
td.TdClassName
{
border-color: #307DF6;
}
.TagClassName
{
border-color: #307DF6;
}
</style>