Shades of Dodger Blue #3380FC
Tints of Dodger Blue #3380FC
RGB
CMYK
RGB Variations
Color information
#3380FC (or 0x3380FC) is known color: Dodger Blue. HEX triplet: 33, 80 and FC. RGB value is (51,128,252). Sum of RGB (Red+Green+Blue) = 51+128+252=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #3380FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380FC is #CC7F03. Grayscale: #767676. Windows color (decimal): -13401860 or 16547891. OLE color: 16547891.
HSL color Cylindrical-coordinate representation of color #3380FC: hue angle of 217.01º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3380FC is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 128 | 252 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.01 |
| HSL | 217.01º | 0.97% | 0.59% | - |
| HSV(B) | 217.01º | 0.8% | 0.99% | - |
| XYZ | 26.66 | 23.17 | 95.16 | - |
| YUV | 119.11 | 202.99 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 252 | 0.80 | 0.49 | 0 | 0.01 | 217.01 | 0.97 | 0.59 |
| Hex | 33 | 80 | FC | 50 | 31 | 0 | 1 | D9 | 61 | 3B |
| Octal | 63 | 200 | 374 | 120 | 61 | 0 | 1 | 331 | 141 | 73 |
| Binary | 110011 | 10000000 | 11111100 | 1010000 | 110001 | 0 | 1 | 11011001 | 1100001 | 111011 |
Color Harmonies of #3380FC
Complementary color
Monochromatic Colors of #3380FC
Black with #3380FC
Text Example
Text Example
White with #3380FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380FC; }
p { color: rgb(51,128,252); }
H1.HeaderClassName
{
color: #3380FC;
}
.AnyTagClassName
{
color: #3380FC;
}
</style>
background-color css
<style>
a { background-color: #3380FC; }
a { background-color: rgb(51,128,252); }
div.DivClassName
{
background-color: #3380FC;
}
.BgClassName
{
background-color: #3380FC;
}
</style>
border-color css
<style>
span { border-color: #3380FC; }
span { border-color: rgb(51,128,252); }
td.TdClassName
{
border-color: #3380FC;
}
.TagClassName
{
border-color: #3380FC;
}
</style>