Shades of Dodger Blue #3A8FF9
Tints of Dodger Blue #3A8FF9
RGB
CMYK
RGB Variations
Color information
#3A8FF9 (or 0x3A8FF9) is known color: Dodger Blue. HEX triplet: 3A, 8F and F9. RGB value is (58,143,249). Sum of RGB (Red+Green+Blue) = 58+143+249=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A8FF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8FF9 is #C57006. Grayscale: #818181. Windows color (decimal): -12939271 or 16355130. OLE color: 16355130.
HSL color Cylindrical-coordinate representation of color #3A8FF9: hue angle of 213.3º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A8FF9 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 58 | 143 | 249 | - |
CMYK | 0.77 | 0.43 | 0 | 0.02 |
HSL | 213.3º | 0.94% | 0.6% | - |
HSV(B) | 213.3º | 0.77% | 0.98% | - |
XYZ | 28.67 | 27.38 | 93.4 | - |
YUV | 129.67 | 195.34 | 76.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 143 | 249 | 0.77 | 0.43 | 0 | 0.02 | 213.3 | 0.94 | 0.6 |
Hex | 3A | 8F | F9 | 4D | 2B | 0 | 2 | D5 | 5E | 3C |
Octal | 72 | 217 | 371 | 115 | 53 | 0 | 2 | 325 | 136 | 74 |
Binary | 111010 | 10001111 | 11111001 | 1001101 | 101011 | 0 | 10 | 11010101 | 1011110 | 111100 |
Color Harmonies of #3A8FF9
Complementary color
Monochromatic Colors of #3A8FF9
Black with #3A8FF9
Text Example
Text Example
White with #3A8FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8FF9; }
p { color: rgb(58,143,249); }
H1.HeaderClassName
{
color: #3A8FF9;
}
.AnyTagClassName
{
color: #3A8FF9;
}
</style>
background-color css
<style>
a { background-color: #3A8FF9; }
a { background-color: rgb(58,143,249); }
div.DivClassName
{
background-color: #3A8FF9;
}
.BgClassName
{
background-color: #3A8FF9;
}
</style>
border-color css
<style>
span { border-color: #3A8FF9; }
span { border-color: rgb(58,143,249); }
td.TdClassName
{
border-color: #3A8FF9;
}
.TagClassName
{
border-color: #3A8FF9;
}
</style>