Shades of Dodger Blue #307DFB
Tints of Dodger Blue #307DFB
RGB
CMYK
RGB Variations
Color information
#307DFB (or 0x307DFB) is known color: Dodger Blue. HEX triplet: 30, 7D and FB. RGB value is (48,125,251). Sum of RGB (Red+Green+Blue) = 48+125+251=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #307DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307DFB is #CF8204. Grayscale: #737373. Windows color (decimal): -13599237 or 16481584. OLE color: 16481584.
HSL color Cylindrical-coordinate representation of color #307DFB: hue angle of 217.24º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307DFB is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 125 | 251 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.02 |
| HSL | 217.24º | 0.96% | 0.59% | - |
| HSV(B) | 217.24º | 0.81% | 0.98% | - |
| XYZ | 25.97 | 22.26 | 94.2 | - |
| YUV | 116.34 | 203.99 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 251 | 0.81 | 0.50 | 0 | 0.02 | 217.24 | 0.96 | 0.59 |
| Hex | 30 | 7D | FB | 51 | 32 | 0 | 2 | D9 | 60 | 3B |
| Octal | 60 | 175 | 373 | 121 | 62 | 0 | 2 | 331 | 140 | 73 |
| Binary | 110000 | 1111101 | 11111011 | 1010001 | 110010 | 0 | 10 | 11011001 | 1100000 | 111011 |
Color Harmonies of #307DFB
Complementary color
Monochromatic Colors of #307DFB
Black with #307DFB
Text Example
Text Example
White with #307DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307DFB; }
p { color: rgb(48,125,251); }
H1.HeaderClassName
{
color: #307DFB;
}
.AnyTagClassName
{
color: #307DFB;
}
</style>
background-color css
<style>
a { background-color: #307DFB; }
a { background-color: rgb(48,125,251); }
div.DivClassName
{
background-color: #307DFB;
}
.BgClassName
{
background-color: #307DFB;
}
</style>
border-color css
<style>
span { border-color: #307DFB; }
span { border-color: rgb(48,125,251); }
td.TdClassName
{
border-color: #307DFB;
}
.TagClassName
{
border-color: #307DFB;
}
</style>