Shades of Dodger Blue #3079FE
Tints of Dodger Blue #3079FE
RGB
CMYK
RGB Variations
Color information
#3079FE (or 0x3079FE) is known color: Dodger Blue. HEX triplet: 30, 79 and FE. RGB value is (48,121,254). Sum of RGB (Red+Green+Blue) = 48+121+254=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #3079FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3079FE is #CF8601. Grayscale: #717171. Windows color (decimal): -13600258 or 16677168. OLE color: 16677168.
HSL color Cylindrical-coordinate representation of color #3079FE: hue angle of 218.74º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3079FE is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 121 | 254 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.00 |
| HSL | 218.74º | 0.99% | 0.59% | - |
| HSV(B) | 218.74º | 0.81% | 1% | - |
| XYZ | 25.95 | 21.46 | 96.54 | - |
| YUV | 114.34 | 206.82 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 254 | 0.81 | 0.52 | 0 | 0.00 | 218.74 | 0.99 | 0.59 |
| Hex | 30 | 79 | FE | 51 | 34 | 0 | 0 | DB | 63 | 3B |
| Octal | 60 | 171 | 376 | 121 | 64 | 0 | 0 | 333 | 143 | 73 |
| Binary | 110000 | 1111001 | 11111110 | 1010001 | 110100 | 0 | 0 | 11011011 | 1100011 | 111011 |
Color Harmonies of #3079FE
Complementary color
Monochromatic Colors of #3079FE
Black with #3079FE
Text Example
Text Example
White with #3079FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3079FE; }
p { color: rgb(48,121,254); }
H1.HeaderClassName
{
color: #3079FE;
}
.AnyTagClassName
{
color: #3079FE;
}
</style>
background-color css
<style>
a { background-color: #3079FE; }
a { background-color: rgb(48,121,254); }
div.DivClassName
{
background-color: #3079FE;
}
.BgClassName
{
background-color: #3079FE;
}
</style>
border-color css
<style>
span { border-color: #3079FE; }
span { border-color: rgb(48,121,254); }
td.TdClassName
{
border-color: #3079FE;
}
.TagClassName
{
border-color: #3079FE;
}
</style>