Shades of Dodger Blue #3B80FE
Tints of Dodger Blue #3B80FE
RGB
CMYK
RGB Variations
Color information
#3B80FE (or 0x3B80FE) is known color: Dodger Blue. HEX triplet: 3B, 80 and FE. RGB value is (59,128,254). Sum of RGB (Red+Green+Blue) = 59+128+254=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B80FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B80FE is #C47F01. Grayscale: #797979. Windows color (decimal): -12877570 or 16678971. OLE color: 16678971.
HSL color Cylindrical-coordinate representation of color #3B80FE: hue angle of 218.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B80FE is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 128 | 254 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.00 |
| HSL | 218.77º | 0.99% | 0.61% | - |
| HSV(B) | 218.77º | 0.77% | 1% | - |
| XYZ | 27.41 | 23.52 | 96.86 | - |
| YUV | 121.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 254 | 0.77 | 0.50 | 0 | 0.00 | 218.77 | 0.99 | 0.61 |
| Hex | 3B | 80 | FE | 4D | 32 | 0 | 0 | DB | 63 | 3D |
| Octal | 73 | 200 | 376 | 115 | 62 | 0 | 0 | 333 | 143 | 75 |
| Binary | 111011 | 10000000 | 11111110 | 1001101 | 110010 | 0 | 0 | 11011011 | 1100011 | 111101 |
Color Harmonies of #3B80FE
Complementary color
Monochromatic Colors of #3B80FE
Black with #3B80FE
Text Example
Text Example
White with #3B80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B80FE; }
p { color: rgb(59,128,254); }
H1.HeaderClassName
{
color: #3B80FE;
}
.AnyTagClassName
{
color: #3B80FE;
}
</style>
background-color css
<style>
a { background-color: #3B80FE; }
a { background-color: rgb(59,128,254); }
div.DivClassName
{
background-color: #3B80FE;
}
.BgClassName
{
background-color: #3B80FE;
}
</style>
border-color css
<style>
span { border-color: #3B80FE; }
span { border-color: rgb(59,128,254); }
td.TdClassName
{
border-color: #3B80FE;
}
.TagClassName
{
border-color: #3B80FE;
}
</style>