Shades of Dodger Blue #3079FA
Tints of Dodger Blue #3079FA
RGB
CMYK
RGB Variations
Color information
#3079FA (or 0x3079FA) is known color: Dodger Blue. HEX triplet: 30, 79 and FA. RGB value is (48,121,250). Sum of RGB (Red+Green+Blue) = 48+121+250=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #3079FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3079FA is #CF8605. Grayscale: #717171. Windows color (decimal): -13600262 or 16415024. OLE color: 16415024.
HSL color Cylindrical-coordinate representation of color #3079FA: hue angle of 218.32º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3079FA is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 121 | 250 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.02 |
| HSL | 218.32º | 0.95% | 0.58% | - |
| HSV(B) | 218.32º | 0.81% | 0.98% | - |
| XYZ | 25.31 | 21.21 | 93.2 | - |
| YUV | 113.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 250 | 0.81 | 0.52 | 0 | 0.02 | 218.32 | 0.95 | 0.58 |
| Hex | 30 | 79 | FA | 51 | 34 | 0 | 2 | DA | 5F | 3A |
| Octal | 60 | 171 | 372 | 121 | 64 | 0 | 2 | 332 | 137 | 72 |
| Binary | 110000 | 1111001 | 11111010 | 1010001 | 110100 | 0 | 10 | 11011010 | 1011111 | 111010 |
Color Harmonies of #3079FA
Complementary color
Monochromatic Colors of #3079FA
Black with #3079FA
Text Example
Text Example
White with #3079FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3079FA; }
p { color: rgb(48,121,250); }
H1.HeaderClassName
{
color: #3079FA;
}
.AnyTagClassName
{
color: #3079FA;
}
</style>
background-color css
<style>
a { background-color: #3079FA; }
a { background-color: rgb(48,121,250); }
div.DivClassName
{
background-color: #3079FA;
}
.BgClassName
{
background-color: #3079FA;
}
</style>
border-color css
<style>
span { border-color: #3079FA; }
span { border-color: rgb(48,121,250); }
td.TdClassName
{
border-color: #3079FA;
}
.TagClassName
{
border-color: #3079FA;
}
</style>