Shades of Dodger Blue #3A7FFB
Tints of Dodger Blue #3A7FFB
RGB
CMYK
RGB Variations
Color information
#3A7FFB (or 0x3A7FFB) is known color: Dodger Blue. HEX triplet: 3A, 7F and FB. RGB value is (58,127,251). Sum of RGB (Red+Green+Blue) = 58+127+251=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A7FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7FFB is #C58004. Grayscale: #777777. Windows color (decimal): -12943365 or 16482106. OLE color: 16482106.
HSL color Cylindrical-coordinate representation of color #3A7FFB: hue angle of 218.55º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7FFB is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 127 | 251 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.02 |
| HSL | 218.55º | 0.96% | 0.61% | - |
| HSV(B) | 218.55º | 0.77% | 0.98% | - |
| XYZ | 26.75 | 23.04 | 94.3 | - |
| YUV | 120.51 | 201.64 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 251 | 0.77 | 0.49 | 0 | 0.02 | 218.55 | 0.96 | 0.61 |
| Hex | 3A | 7F | FB | 4D | 31 | 0 | 2 | DB | 60 | 3D |
| Octal | 72 | 177 | 373 | 115 | 61 | 0 | 2 | 333 | 140 | 75 |
| Binary | 111010 | 1111111 | 11111011 | 1001101 | 110001 | 0 | 10 | 11011011 | 1100000 | 111101 |
Color Harmonies of #3A7FFB
Complementary color
Monochromatic Colors of #3A7FFB
Black with #3A7FFB
Text Example
Text Example
White with #3A7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7FFB; }
p { color: rgb(58,127,251); }
H1.HeaderClassName
{
color: #3A7FFB;
}
.AnyTagClassName
{
color: #3A7FFB;
}
</style>
background-color css
<style>
a { background-color: #3A7FFB; }
a { background-color: rgb(58,127,251); }
div.DivClassName
{
background-color: #3A7FFB;
}
.BgClassName
{
background-color: #3A7FFB;
}
</style>
border-color css
<style>
span { border-color: #3A7FFB; }
span { border-color: rgb(58,127,251); }
td.TdClassName
{
border-color: #3A7FFB;
}
.TagClassName
{
border-color: #3A7FFB;
}
</style>