Shades of Dodger Blue #3074FF
Tints of Dodger Blue #3074FF
RGB
CMYK
RGB Variations
Color information
#3074FF (or 0x3074FF) is known color: Dodger Blue. HEX triplet: 30, 74 and FF. RGB value is (48,116,255). Sum of RGB (Red+Green+Blue) = 48+116+255=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #3074FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3074FF is #CF8B00. Grayscale: #6E6E6E. Windows color (decimal): -13601537 or 16741424. OLE color: 16741424.
HSL color Cylindrical-coordinate representation of color #3074FF: hue angle of 220.29º 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 #3074FF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 116 | 255 | - |
| CMYK | 0.81 | 0.55 | 0 | 0 |
| HSL | 220.29º | 1% | 0.59% | - |
| HSV(B) | 220.29º | 0.81% | 1% | - |
| XYZ | 25.51 | 20.34 | 97.19 | - |
| YUV | 111.51 | 208.97 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 255 | 0.81 | 0.55 | 0 | 0 | 220.29 | 1 | 0.59 |
| Hex | 30 | 74 | FF | 51 | 37 | 0 | 0 | DC | 64 | 3B |
| Octal | 60 | 164 | 377 | 121 | 67 | 0 | 0 | 334 | 144 | 73 |
| Binary | 110000 | 1110100 | 11111111 | 1010001 | 110111 | 0 | 0 | 11011100 | 1100100 | 111011 |
Color Harmonies of #3074FF
Complementary color
Monochromatic Colors of #3074FF
Black with #3074FF
Text Example
Text Example
White with #3074FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3074FF; }
p { color: rgb(48,116,255); }
H1.HeaderClassName
{
color: #3074FF;
}
.AnyTagClassName
{
color: #3074FF;
}
</style>
background-color css
<style>
a { background-color: #3074FF; }
a { background-color: rgb(48,116,255); }
div.DivClassName
{
background-color: #3074FF;
}
.BgClassName
{
background-color: #3074FF;
}
</style>
border-color css
<style>
span { border-color: #3074FF; }
span { border-color: rgb(48,116,255); }
td.TdClassName
{
border-color: #3074FF;
}
.TagClassName
{
border-color: #3074FF;
}
</style>