Shades of Dodger Blue #307FFB
Tints of Dodger Blue #307FFB
RGB
CMYK
RGB Variations
Color information
#307FFB (or 0x307FFB) is known color: Dodger Blue. HEX triplet: 30, 7F and FB. RGB value is (48,127,251). Sum of RGB (Red+Green+Blue) = 48+127+251=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #307FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FFB is #CF8004. Grayscale: #747474. Windows color (decimal): -13598725 or 16482096. OLE color: 16482096.
HSL color Cylindrical-coordinate representation of color #307FFB: hue angle of 216.65º 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 #307FFB is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 127 | 251 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.02 |
| HSL | 216.65º | 0.96% | 0.59% | - |
| HSV(B) | 216.65º | 0.81% | 0.98% | - |
| XYZ | 26.22 | 22.77 | 94.28 | - |
| YUV | 117.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 251 | 0.81 | 0.49 | 0 | 0.02 | 216.65 | 0.96 | 0.59 |
| Hex | 30 | 7F | FB | 51 | 31 | 0 | 2 | D9 | 60 | 3B |
| Octal | 60 | 177 | 373 | 121 | 61 | 0 | 2 | 331 | 140 | 73 |
| Binary | 110000 | 1111111 | 11111011 | 1010001 | 110001 | 0 | 10 | 11011001 | 1100000 | 111011 |
Color Harmonies of #307FFB
Complementary color
Monochromatic Colors of #307FFB
Black with #307FFB
Text Example
Text Example
White with #307FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FFB; }
p { color: rgb(48,127,251); }
H1.HeaderClassName
{
color: #307FFB;
}
.AnyTagClassName
{
color: #307FFB;
}
</style>
background-color css
<style>
a { background-color: #307FFB; }
a { background-color: rgb(48,127,251); }
div.DivClassName
{
background-color: #307FFB;
}
.BgClassName
{
background-color: #307FFB;
}
</style>
border-color css
<style>
span { border-color: #307FFB; }
span { border-color: rgb(48,127,251); }
td.TdClassName
{
border-color: #307FFB;
}
.TagClassName
{
border-color: #307FFB;
}
</style>