#2A7EBA

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

Shades of Curious Blue #2A7EBA

Tints of Curious Blue #2A7EBA

Color information

#2A7EBA (or 0x2A7EBA) is unknown color: approx Curious Blue. HEX triplet: 2A, 7E and BA. RGB value is (42,126,186). Sum of RGB (Red+Green+Blue) = 42+126+186=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7EBA is #D58145. Grayscale: #6B6B6B. Windows color (decimal): -13992262 or 12221994. OLE color: 12221994.

HSL color Cylindrical-coordinate representation of color #2A7EBA: hue angle of 205º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A7EBA is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42126186-
CMYK0.770.3200.27
HSL205º63.16%44.71%-
HSV(B)205º77.42%72.94%-
XYZ17.2818.9649.2-
YUV107.72172.1781.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.86%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=11.86%
G=35.59%
B=52.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421261860.770.3200.2720563.1644.71
Hex2A7EBA4D2001Bcd3f2d
Octal52176272115400333157755
Binary101010111111010111010100110110000001101111001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,126,186); }

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

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

 a { background-color: rgb(42,126,186); }

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

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

 span { border-color: rgb(42,126,186); }

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