Shades of Dodger Blue #3A9BFF
Tints of Dodger Blue #3A9BFF
RGB
CMYK
RGB Variations
Color information
#3A9BFF (or 0x3A9BFF) is known color: Dodger Blue. HEX triplet: 3A, 9B and FF. RGB value is (58,155,255). Sum of RGB (Red+Green+Blue) = 58+155+255=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9BFF is #C56400. Grayscale: #888888. Windows color (decimal): -12936193 or 16751418. OLE color: 16751418.
HSL color Cylindrical-coordinate representation of color #3A9BFF: hue angle of 210.46º 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 #3A9BFF is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 155 | 255 | - |
| CMYK | 0.77 | 0.39 | 0 | 0 |
| HSL | 210.46º | 1% | 0.61% | - |
| HSV(B) | 210.46º | 0.77% | 1% | - |
| XYZ | 31.52 | 31.56 | 99.04 | - |
| YUV | 137.4 | 194.36 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 155 | 255 | 0.77 | 0.39 | 0 | 0 | 210.46 | 1 | 0.61 |
| Hex | 3A | 9B | FF | 4D | 27 | 0 | 0 | D2 | 64 | 3D |
| Octal | 72 | 233 | 377 | 115 | 47 | 0 | 0 | 322 | 144 | 75 |
| Binary | 111010 | 10011011 | 11111111 | 1001101 | 100111 | 0 | 0 | 11010010 | 1100100 | 111101 |
Color Harmonies of #3A9BFF
Complementary color
Monochromatic Colors of #3A9BFF
Black with #3A9BFF
Text Example
Text Example
White with #3A9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9BFF; }
p { color: rgb(58,155,255); }
H1.HeaderClassName
{
color: #3A9BFF;
}
.AnyTagClassName
{
color: #3A9BFF;
}
</style>
background-color css
<style>
a { background-color: #3A9BFF; }
a { background-color: rgb(58,155,255); }
div.DivClassName
{
background-color: #3A9BFF;
}
.BgClassName
{
background-color: #3A9BFF;
}
</style>
border-color css
<style>
span { border-color: #3A9BFF; }
span { border-color: rgb(58,155,255); }
td.TdClassName
{
border-color: #3A9BFF;
}
.TagClassName
{
border-color: #3A9BFF;
}
</style>