Shades of Dodger Blue #3B91FF
Tints of Dodger Blue #3B91FF
RGB
CMYK
RGB Variations
Color information
#3B91FF (or 0x3B91FF) is known color: Dodger Blue. HEX triplet: 3B, 91 and FF. RGB value is (59,145,255). Sum of RGB (Red+Green+Blue) = 59+145+255=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B91FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B91FF is #C46E00. Grayscale: #838383. Windows color (decimal): -12873217 or 16748859. OLE color: 16748859.
HSL color Cylindrical-coordinate representation of color #3B91FF: hue angle of 213.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B91FF is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 145 | 255 | - |
| CMYK | 0.77 | 0.43 | 0 | 0 |
| HSL | 213.67º | 1% | 0.62% | - |
| HSV(B) | 213.67º | 0.77% | 1% | - |
| XYZ | 29.98 | 28.4 | 98.51 | - |
| YUV | 131.83 | 197.51 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 255 | 0.77 | 0.43 | 0 | 0 | 213.67 | 1 | 0.62 |
| Hex | 3B | 91 | FF | 4D | 2B | 0 | 0 | D6 | 64 | 3E |
| Octal | 73 | 221 | 377 | 115 | 53 | 0 | 0 | 326 | 144 | 76 |
| Binary | 111011 | 10010001 | 11111111 | 1001101 | 101011 | 0 | 0 | 11010110 | 1100100 | 111110 |
Color Harmonies of #3B91FF
Complementary color
Monochromatic Colors of #3B91FF
Black with #3B91FF
Text Example
Text Example
White with #3B91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B91FF; }
p { color: rgb(59,145,255); }
H1.HeaderClassName
{
color: #3B91FF;
}
.AnyTagClassName
{
color: #3B91FF;
}
</style>
background-color css
<style>
a { background-color: #3B91FF; }
a { background-color: rgb(59,145,255); }
div.DivClassName
{
background-color: #3B91FF;
}
.BgClassName
{
background-color: #3B91FF;
}
</style>
border-color css
<style>
span { border-color: #3B91FF; }
span { border-color: rgb(59,145,255); }
td.TdClassName
{
border-color: #3B91FF;
}
.TagClassName
{
border-color: #3B91FF;
}
</style>