Shades of Dodger Blue #3A9BFC
Tints of Dodger Blue #3A9BFC
RGB
CMYK
RGB Variations
Color information
#3A9BFC (or 0x3A9BFC) is known color: Dodger Blue. HEX triplet: 3A, 9B and FC. RGB value is (58,155,252). Sum of RGB (Red+Green+Blue) = 58+155+252=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A9BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9BFC is #C56403. Grayscale: #888888. Windows color (decimal): -12936196 or 16554810. OLE color: 16554810.
HSL color Cylindrical-coordinate representation of color #3A9BFC: hue angle of 210º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A9BFC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 155 | 252 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.01 |
| HSL | 210º | 0.97% | 0.61% | - |
| HSV(B) | 210º | 0.77% | 0.99% | - |
| XYZ | 31.04 | 31.37 | 96.51 | - |
| YUV | 137.06 | 192.86 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 155 | 252 | 0.77 | 0.38 | 0 | 0.01 | 210 | 0.97 | 0.61 |
| Hex | 3A | 9B | FC | 4D | 26 | 0 | 1 | D2 | 61 | 3D |
| Octal | 72 | 233 | 374 | 115 | 46 | 0 | 1 | 322 | 141 | 75 |
| Binary | 111010 | 10011011 | 11111100 | 1001101 | 100110 | 0 | 1 | 11010010 | 1100001 | 111101 |
Color Harmonies of #3A9BFC
Complementary color
Monochromatic Colors of #3A9BFC
Black with #3A9BFC
Text Example
Text Example
White with #3A9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9BFC; }
p { color: rgb(58,155,252); }
H1.HeaderClassName
{
color: #3A9BFC;
}
.AnyTagClassName
{
color: #3A9BFC;
}
</style>
background-color css
<style>
a { background-color: #3A9BFC; }
a { background-color: rgb(58,155,252); }
div.DivClassName
{
background-color: #3A9BFC;
}
.BgClassName
{
background-color: #3A9BFC;
}
</style>
border-color css
<style>
span { border-color: #3A9BFC; }
span { border-color: rgb(58,155,252); }
td.TdClassName
{
border-color: #3A9BFC;
}
.TagClassName
{
border-color: #3A9BFC;
}
</style>