Shades of Dodger Blue #3075FF
Tints of Dodger Blue #3075FF
RGB
CMYK
RGB Variations
Color information
#3075FF (or 0x3075FF) is known color: Dodger Blue. HEX triplet: 30, 75 and FF. RGB value is (48,117,255). Sum of RGB (Red+Green+Blue) = 48+117+255=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #3075FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3075FF is #CF8A00. Grayscale: #6F6F6F. Windows color (decimal): -13601281 or 16741680. OLE color: 16741680.
HSL color Cylindrical-coordinate representation of color #3075FF: hue angle of 220º 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 #3075FF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 117 | 255 | - |
| CMYK | 0.81 | 0.54 | 0 | 0 |
| HSL | 220º | 1% | 0.59% | - |
| HSV(B) | 220º | 0.81% | 1% | - |
| XYZ | 25.63 | 20.57 | 97.23 | - |
| YUV | 112.1 | 208.64 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 255 | 0.81 | 0.54 | 0 | 0 | 220 | 1 | 0.59 |
| Hex | 30 | 75 | FF | 51 | 36 | 0 | 0 | DC | 64 | 3B |
| Octal | 60 | 165 | 377 | 121 | 66 | 0 | 0 | 334 | 144 | 73 |
| Binary | 110000 | 1110101 | 11111111 | 1010001 | 110110 | 0 | 0 | 11011100 | 1100100 | 111011 |
Color Harmonies of #3075FF
Complementary color
Monochromatic Colors of #3075FF
Black with #3075FF
Text Example
Text Example
White with #3075FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075FF; }
p { color: rgb(48,117,255); }
H1.HeaderClassName
{
color: #3075FF;
}
.AnyTagClassName
{
color: #3075FF;
}
</style>
background-color css
<style>
a { background-color: #3075FF; }
a { background-color: rgb(48,117,255); }
div.DivClassName
{
background-color: #3075FF;
}
.BgClassName
{
background-color: #3075FF;
}
</style>
border-color css
<style>
span { border-color: #3075FF; }
span { border-color: rgb(48,117,255); }
td.TdClassName
{
border-color: #3075FF;
}
.TagClassName
{
border-color: #3075FF;
}
</style>