#2A07BF

Color #2A07BF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2A07BF

Tints of Medium Blue #2A07BF

Color information

#2A07BF (or 0x2A07BF) is unknown color: approx Medium Blue. HEX triplet: 2A, 07 and BF. RGB value is (42,7,191). Sum of RGB (Red+Green+Blue) = 42+7+191=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A07BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A07BF is #D5F840. Grayscale: #252525. Windows color (decimal): -14022721 or 12519210. OLE color: 12519210.

HSL color Cylindrical-coordinate representation of color #2A07BF: hue angle of 251.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A07BF is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB427191-
CMYK0.780.9600.25
HSL251.41º92.93%38.82%-
HSV(B)251.41º96.34%74.9%-
XYZ10.434.4149.59-
YUV38.44214.1130.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 191 (75% from 255) = 79.58%
R=17.5%
G=2.92%
B=79.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4271910.780.9600.25251.4192.9338.82
Hex2A7BF4E60019fb5d27
Octal52727711614003137313547
Binary1010101111011111110011101100000011001111110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A07BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A07BF; }

 p { color: rgb(42,7,191); }

 H1.HeaderClassName
 {
   color: #2A07BF;
 }
 .AnyTagClassName
 {
   color: #2A07BF;
 }
</style>
background-color css

<style>
 a { background-color: #2A07BF; }

 a { background-color: rgb(42,7,191); }

 div.DivClassName
 {
   background-color: #2A07BF;
 }
 .BgClassName
 {
   background-color: #2A07BF;
 }
</style>
border-color css

<style>
 span { border-color: #2A07BF; }

 span { border-color: rgb(42,7,191); }

 td.TdClassName
 {
   border-color: #2A07BF;
 }
 .TagClassName
 {
   border-color: #2A07BF;
 }
</style>