Shades of Dodger Blue #3A7FFF
Tints of Dodger Blue #3A7FFF
RGB
CMYK
RGB Variations
Color information
#3A7FFF (or 0x3A7FFF) is known color: Dodger Blue. HEX triplet: 3A, 7F and FF. RGB value is (58,127,255). Sum of RGB (Red+Green+Blue) = 58+127+255=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A7FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7FFF is #C58000. Grayscale: #787878. Windows color (decimal): -12943361 or 16744250. OLE color: 16744250.
HSL color Cylindrical-coordinate representation of color #3A7FFF: hue angle of 218.98º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7FFF is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 127 | 255 | - |
| CMYK | 0.77 | 0.50 | 0 | 0 |
| HSL | 218.98º | 1% | 0.61% | - |
| HSV(B) | 218.98º | 0.77% | 1% | - |
| XYZ | 27.38 | 23.3 | 97.66 | - |
| YUV | 120.96 | 203.64 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 255 | 0.77 | 0.50 | 0 | 0 | 218.98 | 1 | 0.61 |
| Hex | 3A | 7F | FF | 4D | 32 | 0 | 0 | DB | 64 | 3D |
| Octal | 72 | 177 | 377 | 115 | 62 | 0 | 0 | 333 | 144 | 75 |
| Binary | 111010 | 1111111 | 11111111 | 1001101 | 110010 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #3A7FFF
Complementary color
Monochromatic Colors of #3A7FFF
Black with #3A7FFF
Text Example
Text Example
White with #3A7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7FFF; }
p { color: rgb(58,127,255); }
H1.HeaderClassName
{
color: #3A7FFF;
}
.AnyTagClassName
{
color: #3A7FFF;
}
</style>
background-color css
<style>
a { background-color: #3A7FFF; }
a { background-color: rgb(58,127,255); }
div.DivClassName
{
background-color: #3A7FFF;
}
.BgClassName
{
background-color: #3A7FFF;
}
</style>
border-color css
<style>
span { border-color: #3A7FFF; }
span { border-color: rgb(58,127,255); }
td.TdClassName
{
border-color: #3A7FFF;
}
.TagClassName
{
border-color: #3A7FFF;
}
</style>