Shades of Dodger Blue #3A96FE
Tints of Dodger Blue #3A96FE
RGB
CMYK
RGB Variations
Color information
#3A96FE (or 0x3A96FE) is known color: Dodger Blue. HEX triplet: 3A, 96 and FE. RGB value is (58,150,254). Sum of RGB (Red+Green+Blue) = 58+150+254=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A96FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A96FE is #C56901. Grayscale: #858585. Windows color (decimal): -12937474 or 16684602. OLE color: 16684602.
HSL color Cylindrical-coordinate representation of color #3A96FE: hue angle of 211.84º 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 #3A96FE is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 150 | 254 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.00 |
| HSL | 211.84º | 0.99% | 0.61% | - |
| HSV(B) | 211.84º | 0.77% | 1% | - |
| XYZ | 30.54 | 29.87 | 97.92 | - |
| YUV | 134.35 | 195.52 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 254 | 0.77 | 0.41 | 0 | 0.00 | 211.84 | 0.99 | 0.61 |
| Hex | 3A | 96 | FE | 4D | 29 | 0 | 0 | D4 | 63 | 3D |
| Octal | 72 | 226 | 376 | 115 | 51 | 0 | 0 | 324 | 143 | 75 |
| Binary | 111010 | 10010110 | 11111110 | 1001101 | 101001 | 0 | 0 | 11010100 | 1100011 | 111101 |
Color Harmonies of #3A96FE
Complementary color
Monochromatic Colors of #3A96FE
Black with #3A96FE
Text Example
Text Example
White with #3A96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A96FE; }
p { color: rgb(58,150,254); }
H1.HeaderClassName
{
color: #3A96FE;
}
.AnyTagClassName
{
color: #3A96FE;
}
</style>
background-color css
<style>
a { background-color: #3A96FE; }
a { background-color: rgb(58,150,254); }
div.DivClassName
{
background-color: #3A96FE;
}
.BgClassName
{
background-color: #3A96FE;
}
</style>
border-color css
<style>
span { border-color: #3A96FE; }
span { border-color: rgb(58,150,254); }
td.TdClassName
{
border-color: #3A96FE;
}
.TagClassName
{
border-color: #3A96FE;
}
</style>