Shades of Dodger Blue #3390FB
Tints of Dodger Blue #3390FB
RGB
CMYK
RGB Variations
Color information
#3390FB (or 0x3390FB) is known color: Dodger Blue. HEX triplet: 33, 90 and FB. RGB value is (51,144,251). Sum of RGB (Red+Green+Blue) = 51+144+251=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #3390FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390FB is #CC6F04. Grayscale: #7F7F7F. Windows color (decimal): -13397765 or 16486451. OLE color: 16486451.
HSL color Cylindrical-coordinate representation of color #3390FB: hue angle of 212.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3390FB is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 144 | 251 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.02 |
| HSL | 212.1º | 0.96% | 0.59% | - |
| HSV(B) | 212.1º | 0.8% | 0.98% | - |
| XYZ | 28.75 | 27.62 | 95.08 | - |
| YUV | 128.39 | 197.19 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 251 | 0.80 | 0.43 | 0 | 0.02 | 212.1 | 0.96 | 0.59 |
| Hex | 33 | 90 | FB | 50 | 2B | 0 | 2 | D4 | 60 | 3B |
| Octal | 63 | 220 | 373 | 120 | 53 | 0 | 2 | 324 | 140 | 73 |
| Binary | 110011 | 10010000 | 11111011 | 1010000 | 101011 | 0 | 10 | 11010100 | 1100000 | 111011 |
Color Harmonies of #3390FB
Complementary color
Monochromatic Colors of #3390FB
Black with #3390FB
Text Example
Text Example
White with #3390FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3390FB; }
p { color: rgb(51,144,251); }
H1.HeaderClassName
{
color: #3390FB;
}
.AnyTagClassName
{
color: #3390FB;
}
</style>
background-color css
<style>
a { background-color: #3390FB; }
a { background-color: rgb(51,144,251); }
div.DivClassName
{
background-color: #3390FB;
}
.BgClassName
{
background-color: #3390FB;
}
</style>
border-color css
<style>
span { border-color: #3390FB; }
span { border-color: rgb(51,144,251); }
td.TdClassName
{
border-color: #3390FB;
}
.TagClassName
{
border-color: #3390FB;
}
</style>