Shades of Dodger Blue #307FEC
Tints of Dodger Blue #307FEC
RGB
CMYK
RGB Variations
Color information
#307FEC (or 0x307FEC) is known color: Dodger Blue. HEX triplet: 30, 7F and EC. RGB value is (48,127,236). Sum of RGB (Red+Green+Blue) = 48+127+236=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #307FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FEC is #CF8013. Grayscale: #737373. Windows color (decimal): -13598740 or 15499056. OLE color: 15499056.
HSL color Cylindrical-coordinate representation of color #307FEC: hue angle of 214.79º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307FEC is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 127 | 236 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.07 |
| HSL | 214.79º | 0.83% | 0.56% | - |
| HSV(B) | 214.79º | 0.8% | 0.93% | - |
| XYZ | 23.95 | 21.86 | 82.31 | - |
| YUV | 115.81 | 195.83 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 236 | 0.80 | 0.46 | 0 | 0.07 | 214.79 | 0.83 | 0.56 |
| Hex | 30 | 7F | EC | 50 | 2E | 0 | 7 | D7 | 53 | 38 |
| Octal | 60 | 177 | 354 | 120 | 56 | 0 | 7 | 327 | 123 | 70 |
| Binary | 110000 | 1111111 | 11101100 | 1010000 | 101110 | 0 | 111 | 11010111 | 1010011 | 111000 |
Color Harmonies of #307FEC
Complementary color
Monochromatic Colors of #307FEC
Black with #307FEC
Text Example
Text Example
White with #307FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FEC; }
p { color: rgb(48,127,236); }
H1.HeaderClassName
{
color: #307FEC;
}
.AnyTagClassName
{
color: #307FEC;
}
</style>
background-color css
<style>
a { background-color: #307FEC; }
a { background-color: rgb(48,127,236); }
div.DivClassName
{
background-color: #307FEC;
}
.BgClassName
{
background-color: #307FEC;
}
</style>
border-color css
<style>
span { border-color: #307FEC; }
span { border-color: rgb(48,127,236); }
td.TdClassName
{
border-color: #307FEC;
}
.TagClassName
{
border-color: #307FEC;
}
</style>