Shades of Dodger Blue #3077FA
Tints of Dodger Blue #3077FA
RGB
CMYK
RGB Variations
Color information
#3077FA (or 0x3077FA) is known color: Dodger Blue. HEX triplet: 30, 77 and FA. RGB value is (48,119,250). Sum of RGB (Red+Green+Blue) = 48+119+250=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #3077FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3077FA is #CF8805. Grayscale: #707070. Windows color (decimal): -13600774 or 16414512. OLE color: 16414512.
HSL color Cylindrical-coordinate representation of color #3077FA: hue angle of 218.91º 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 #3077FA is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 119 | 250 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.02 |
| HSL | 218.91º | 0.95% | 0.58% | - |
| HSV(B) | 218.91º | 0.81% | 0.98% | - |
| XYZ | 25.07 | 20.72 | 93.12 | - |
| YUV | 112.71 | 205.48 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 250 | 0.81 | 0.52 | 0 | 0.02 | 218.91 | 0.95 | 0.58 |
| Hex | 30 | 77 | FA | 51 | 34 | 0 | 2 | DB | 5F | 3A |
| Octal | 60 | 167 | 372 | 121 | 64 | 0 | 2 | 333 | 137 | 72 |
| Binary | 110000 | 1110111 | 11111010 | 1010001 | 110100 | 0 | 10 | 11011011 | 1011111 | 111010 |
Color Harmonies of #3077FA
Complementary color
Monochromatic Colors of #3077FA
Black with #3077FA
Text Example
Text Example
White with #3077FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3077FA; }
p { color: rgb(48,119,250); }
H1.HeaderClassName
{
color: #3077FA;
}
.AnyTagClassName
{
color: #3077FA;
}
</style>
background-color css
<style>
a { background-color: #3077FA; }
a { background-color: rgb(48,119,250); }
div.DivClassName
{
background-color: #3077FA;
}
.BgClassName
{
background-color: #3077FA;
}
</style>
border-color css
<style>
span { border-color: #3077FA; }
span { border-color: rgb(48,119,250); }
td.TdClassName
{
border-color: #3077FA;
}
.TagClassName
{
border-color: #3077FA;
}
</style>