Shades of Dodger Blue #307EFF
Tints of Dodger Blue #307EFF
RGB
CMYK
RGB Variations
Color information
#307EFF (or 0x307EFF) is known color: Dodger Blue. HEX triplet: 30, 7E and FF. RGB value is (48,126,255). Sum of RGB (Red+Green+Blue) = 48+126+255=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #307EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307EFF is #CF8100. Grayscale: #747474. Windows color (decimal): -13598977 or 16743984. OLE color: 16743984.
HSL color Cylindrical-coordinate representation of color #307EFF: hue angle of 217.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307EFF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 126 | 255 | - |
| CMYK | 0.81 | 0.51 | 0 | 0 |
| HSL | 217.39º | 1% | 0.59% | - |
| HSV(B) | 217.39º | 0.81% | 1% | - |
| XYZ | 26.73 | 22.77 | 97.59 | - |
| YUV | 117.38 | 205.66 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 255 | 0.81 | 0.51 | 0 | 0 | 217.39 | 1 | 0.59 |
| Hex | 30 | 7E | FF | 51 | 33 | 0 | 0 | D9 | 64 | 3B |
| Octal | 60 | 176 | 377 | 121 | 63 | 0 | 0 | 331 | 144 | 73 |
| Binary | 110000 | 1111110 | 11111111 | 1010001 | 110011 | 0 | 0 | 11011001 | 1100100 | 111011 |
Color Harmonies of #307EFF
Complementary color
Monochromatic Colors of #307EFF
Black with #307EFF
Text Example
Text Example
White with #307EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307EFF; }
p { color: rgb(48,126,255); }
H1.HeaderClassName
{
color: #307EFF;
}
.AnyTagClassName
{
color: #307EFF;
}
</style>
background-color css
<style>
a { background-color: #307EFF; }
a { background-color: rgb(48,126,255); }
div.DivClassName
{
background-color: #307EFF;
}
.BgClassName
{
background-color: #307EFF;
}
</style>
border-color css
<style>
span { border-color: #307EFF; }
span { border-color: rgb(48,126,255); }
td.TdClassName
{
border-color: #307EFF;
}
.TagClassName
{
border-color: #307EFF;
}
</style>