Shades of Medium Blue #2A09DF
Tints of Medium Blue #2A09DF
RGB
CMYK
RGB Variations
Color information
#2A09DF (or 0x2A09DF) is known color: Medium Blue. HEX triplet: 2A, 09 and DF. RGB value is (42,9,223). Sum of RGB (Red+Green+Blue) = 42+9+223=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A09DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A09DF is #D5F620. Grayscale: #2A2A2A. Windows color (decimal): -14022177 or 14616874. OLE color: 14616874.
HSL color Cylindrical-coordinate representation of color #2A09DF: hue angle of 249.25º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A09DF is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 9 | 223 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.13 |
| HSL | 249.25º | 0.92% | 0.45% | - |
| HSV(B) | 249.25º | 0.96% | 0.87% | - |
| XYZ | 14.37 | 6.02 | 70.22 | - |
| YUV | 43.26 | 229.43 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 223 | 0.81 | 0.96 | 0 | 0.13 | 249.25 | 0.92 | 0.45 |
| Hex | 2A | 9 | DF | 51 | 60 | 0 | D | F9 | 5C | 2D |
| Octal | 52 | 11 | 337 | 121 | 140 | 0 | 15 | 371 | 134 | 55 |
| Binary | 101010 | 1001 | 11011111 | 1010001 | 1100000 | 0 | 1101 | 11111001 | 1011100 | 101101 |
Color Harmonies of #2A09DF
Complementary color
Monochromatic Colors of #2A09DF
Black with #2A09DF
Text Example
Text Example
White with #2A09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A09DF; }
p { color: rgb(42,9,223); }
H1.HeaderClassName
{
color: #2A09DF;
}
.AnyTagClassName
{
color: #2A09DF;
}
</style>
background-color css
<style>
a { background-color: #2A09DF; }
a { background-color: rgb(42,9,223); }
div.DivClassName
{
background-color: #2A09DF;
}
.BgClassName
{
background-color: #2A09DF;
}
</style>
border-color css
<style>
span { border-color: #2A09DF; }
span { border-color: rgb(42,9,223); }
td.TdClassName
{
border-color: #2A09DF;
}
.TagClassName
{
border-color: #2A09DF;
}
</style>