Shades of Dodger Blue #307CF1
Tints of Dodger Blue #307CF1
RGB
CMYK
RGB Variations
Color information
#307CF1 (or 0x307CF1) is known color: Dodger Blue. HEX triplet: 30, 7C and F1. RGB value is (48,124,241). Sum of RGB (Red+Green+Blue) = 48+124+241=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #307CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CF1 is #CF830E. Grayscale: #727272. Windows color (decimal): -13599503 or 15825968. OLE color: 15825968.
HSL color Cylindrical-coordinate representation of color #307CF1: hue angle of 216.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307CF1 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 124 | 241 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.05 |
| HSL | 216.37º | 0.87% | 0.57% | - |
| HSV(B) | 216.37º | 0.8% | 0.95% | - |
| XYZ | 24.3 | 21.39 | 86.07 | - |
| YUV | 114.61 | 199.32 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 241 | 0.80 | 0.49 | 0 | 0.05 | 216.37 | 0.87 | 0.57 |
| Hex | 30 | 7C | F1 | 50 | 31 | 0 | 5 | D8 | 57 | 39 |
| Octal | 60 | 174 | 361 | 120 | 61 | 0 | 5 | 330 | 127 | 71 |
| Binary | 110000 | 1111100 | 11110001 | 1010000 | 110001 | 0 | 101 | 11011000 | 1010111 | 111001 |
Color Harmonies of #307CF1
Complementary color
Monochromatic Colors of #307CF1
Black with #307CF1
Text Example
Text Example
White with #307CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307CF1; }
p { color: rgb(48,124,241); }
H1.HeaderClassName
{
color: #307CF1;
}
.AnyTagClassName
{
color: #307CF1;
}
</style>
background-color css
<style>
a { background-color: #307CF1; }
a { background-color: rgb(48,124,241); }
div.DivClassName
{
background-color: #307CF1;
}
.BgClassName
{
background-color: #307CF1;
}
</style>
border-color css
<style>
span { border-color: #307CF1; }
span { border-color: rgb(48,124,241); }
td.TdClassName
{
border-color: #307CF1;
}
.TagClassName
{
border-color: #307CF1;
}
</style>