Shades of Dodger Blue #3A91FE
Tints of Dodger Blue #3A91FE
RGB
CMYK
RGB Variations
Color information
#3A91FE (or 0x3A91FE) is known color: Dodger Blue. HEX triplet: 3A, 91 and FE. RGB value is (58,145,254). Sum of RGB (Red+Green+Blue) = 58+145+254=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A91FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A91FE is #C56E01. Grayscale: #828282. Windows color (decimal): -12938754 or 16683322. OLE color: 16683322.
HSL color Cylindrical-coordinate representation of color #3A91FE: hue angle of 213.37º 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 #3A91FE is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 145 | 254 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.00 |
| HSL | 213.37º | 0.99% | 0.61% | - |
| HSV(B) | 213.37º | 0.77% | 1% | - |
| XYZ | 29.76 | 28.31 | 97.66 | - |
| YUV | 131.41 | 197.18 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 254 | 0.77 | 0.43 | 0 | 0.00 | 213.37 | 0.99 | 0.61 |
| Hex | 3A | 91 | FE | 4D | 2B | 0 | 0 | D5 | 63 | 3D |
| Octal | 72 | 221 | 376 | 115 | 53 | 0 | 0 | 325 | 143 | 75 |
| Binary | 111010 | 10010001 | 11111110 | 1001101 | 101011 | 0 | 0 | 11010101 | 1100011 | 111101 |
Color Harmonies of #3A91FE
Complementary color
Monochromatic Colors of #3A91FE
Black with #3A91FE
Text Example
Text Example
White with #3A91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A91FE; }
p { color: rgb(58,145,254); }
H1.HeaderClassName
{
color: #3A91FE;
}
.AnyTagClassName
{
color: #3A91FE;
}
</style>
background-color css
<style>
a { background-color: #3A91FE; }
a { background-color: rgb(58,145,254); }
div.DivClassName
{
background-color: #3A91FE;
}
.BgClassName
{
background-color: #3A91FE;
}
</style>
border-color css
<style>
span { border-color: #3A91FE; }
span { border-color: rgb(58,145,254); }
td.TdClassName
{
border-color: #3A91FE;
}
.TagClassName
{
border-color: #3A91FE;
}
</style>