Shades of Dodger Blue #3380F2
Tints of Dodger Blue #3380F2
RGB
CMYK
RGB Variations
Color information
#3380F2 (or 0x3380F2) is known color: Dodger Blue. HEX triplet: 33, 80 and F2. RGB value is (51,128,242). Sum of RGB (Red+Green+Blue) = 51+128+242=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #3380F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380F2 is #CC7F0D. Grayscale: #757575. Windows color (decimal): -13401870 or 15892531. OLE color: 15892531.
HSL color Cylindrical-coordinate representation of color #3380F2: hue angle of 215.81º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3380F2 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 128 | 242 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.05 |
| HSL | 215.81º | 0.88% | 0.57% | - |
| HSV(B) | 215.81º | 0.79% | 0.95% | - |
| XYZ | 25.11 | 22.55 | 87.03 | - |
| YUV | 117.97 | 197.99 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 242 | 0.79 | 0.47 | 0 | 0.05 | 215.81 | 0.88 | 0.57 |
| Hex | 33 | 80 | F2 | 4F | 2F | 0 | 5 | D8 | 58 | 39 |
| Octal | 63 | 200 | 362 | 117 | 57 | 0 | 5 | 330 | 130 | 71 |
| Binary | 110011 | 10000000 | 11110010 | 1001111 | 101111 | 0 | 101 | 11011000 | 1011000 | 111001 |
Color Harmonies of #3380F2
Complementary color
Monochromatic Colors of #3380F2
Black with #3380F2
Text Example
Text Example
White with #3380F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380F2; }
p { color: rgb(51,128,242); }
H1.HeaderClassName
{
color: #3380F2;
}
.AnyTagClassName
{
color: #3380F2;
}
</style>
background-color css
<style>
a { background-color: #3380F2; }
a { background-color: rgb(51,128,242); }
div.DivClassName
{
background-color: #3380F2;
}
.BgClassName
{
background-color: #3380F2;
}
</style>
border-color css
<style>
span { border-color: #3380F2; }
span { border-color: rgb(51,128,242); }
td.TdClassName
{
border-color: #3380F2;
}
.TagClassName
{
border-color: #3380F2;
}
</style>