Shades of Dodger Blue #3384F0
Tints of Dodger Blue #3384F0
RGB
CMYK
RGB Variations
Color information
#3384F0 (or 0x3384F0) is known color: Dodger Blue. HEX triplet: 33, 84 and F0. RGB value is (51,132,240). Sum of RGB (Red+Green+Blue) = 51+132+240=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #3384F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3384F0 is #CC7B0F. Grayscale: #777777. Windows color (decimal): -13400848 or 15762483. OLE color: 15762483.
HSL color Cylindrical-coordinate representation of color #3384F0: hue angle of 214.29º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3384F0 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 132 | 240 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.06 |
| HSL | 214.29º | 0.86% | 0.57% | - |
| HSV(B) | 214.29º | 0.79% | 0.94% | - |
| XYZ | 25.34 | 23.5 | 85.64 | - |
| YUV | 120.09 | 195.66 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 240 | 0.79 | 0.45 | 0 | 0.06 | 214.29 | 0.86 | 0.57 |
| Hex | 33 | 84 | F0 | 4F | 2D | 0 | 6 | D6 | 56 | 39 |
| Octal | 63 | 204 | 360 | 117 | 55 | 0 | 6 | 326 | 126 | 71 |
| Binary | 110011 | 10000100 | 11110000 | 1001111 | 101101 | 0 | 110 | 11010110 | 1010110 | 111001 |
Color Harmonies of #3384F0
Complementary color
Monochromatic Colors of #3384F0
Black with #3384F0
Text Example
Text Example
White with #3384F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3384F0; }
p { color: rgb(51,132,240); }
H1.HeaderClassName
{
color: #3384F0;
}
.AnyTagClassName
{
color: #3384F0;
}
</style>
background-color css
<style>
a { background-color: #3384F0; }
a { background-color: rgb(51,132,240); }
div.DivClassName
{
background-color: #3384F0;
}
.BgClassName
{
background-color: #3384F0;
}
</style>
border-color css
<style>
span { border-color: #3384F0; }
span { border-color: rgb(51,132,240); }
td.TdClassName
{
border-color: #3384F0;
}
.TagClassName
{
border-color: #3384F0;
}
</style>