Shades of Dodger Blue #3078FF
Tints of Dodger Blue #3078FF
RGB
CMYK
RGB Variations
Color information
#3078FF (or 0x3078FF) is known color: Dodger Blue. HEX triplet: 30, 78 and FF. RGB value is (48,120,255). Sum of RGB (Red+Green+Blue) = 48+120+255=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3078FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3078FF is #CF8700. Grayscale: #717171. Windows color (decimal): -13600513 or 16742448. OLE color: 16742448.
HSL color Cylindrical-coordinate representation of color #3078FF: hue angle of 219.13º 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 #3078FF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 120 | 255 | - |
| CMYK | 0.81 | 0.53 | 0 | 0 |
| HSL | 219.13º | 1% | 0.59% | - |
| HSV(B) | 219.13º | 0.81% | 1% | - |
| XYZ | 25.99 | 21.28 | 97.35 | - |
| YUV | 113.86 | 207.65 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 255 | 0.81 | 0.53 | 0 | 0 | 219.13 | 1 | 0.59 |
| Hex | 30 | 78 | FF | 51 | 35 | 0 | 0 | DB | 64 | 3B |
| Octal | 60 | 170 | 377 | 121 | 65 | 0 | 0 | 333 | 144 | 73 |
| Binary | 110000 | 1111000 | 11111111 | 1010001 | 110101 | 0 | 0 | 11011011 | 1100100 | 111011 |
Color Harmonies of #3078FF
Complementary color
Monochromatic Colors of #3078FF
Black with #3078FF
Text Example
Text Example
White with #3078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078FF; }
p { color: rgb(48,120,255); }
H1.HeaderClassName
{
color: #3078FF;
}
.AnyTagClassName
{
color: #3078FF;
}
</style>
background-color css
<style>
a { background-color: #3078FF; }
a { background-color: rgb(48,120,255); }
div.DivClassName
{
background-color: #3078FF;
}
.BgClassName
{
background-color: #3078FF;
}
</style>
border-color css
<style>
span { border-color: #3078FF; }
span { border-color: rgb(48,120,255); }
td.TdClassName
{
border-color: #3078FF;
}
.TagClassName
{
border-color: #3078FF;
}
</style>