Html Css Color HEX #2A80BA Curious Blue

📋 copy color: '#2A80BA'

red 42 ◦ green 128 ◦ blue 186

#2A80BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2A80BA

Tints of Curious Blue #2A80BA

RGB

 RED value IS 42 (16.8% from 255) = 11.8%

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 11.8%
G = 35.96%
B = 52.25%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A80BA (or 0x2A80BA) is known color: Curious Blue. HEX triplet: 2A, 80 and BA. RGB value is (42,128,186). Sum of RGB (Red+Green+Blue) = 42+128+186=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A80BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A80BA is #D57F45. Grayscale: #6C6C6C. Windows color (decimal): -13991750 or 12222506. OLE color: 12222506.

HSL color Cylindrical-coordinate representation of color #2A80BA: hue angle of 204.17º 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 #2A80BA is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 128 186 -
CMYK 0.77 0.31 0 0.27
HSL 204.17º 0.63% 0.45% -
HSV(B) 204.17º 0.77% 0.73% -
XYZ 17.54 19.48 49.29 -
YUV 108.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 42 128 186 0.77 0.31 0 0.27 204.17 0.63 0.45
Hex 2A 80 BA 4D 1F 0 1B CC 3F 2D
Octal 52 200 272 115 37 0 33 314 77 55
Binary 101010 10000000 10111010 1001101 11111 0 11011 11001100 111111 101101

Color Harmonies of #2A80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A80BA

Black with #2A80BA

Text Example


Text Example

White with #2A80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A80BA;
 }
 .AnyTagClassName
 {
   color: #2A80BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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