Html Css Color HEX #2A80BB Curious Blue

📋 copy color: '#2A80BB'

red 42 ◦ green 128 ◦ blue 187

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

Shades of Curious Blue #2A80BB

Tints of Curious Blue #2A80BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 11.76%
G = 35.85%
B = 52.38%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A80BB (or 0x2A80BB) is known color: Curious Blue. HEX triplet: 2A, 80 and BB. RGB value is (42,128,187). Sum of RGB (Red+Green+Blue) = 42+128+187=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A80BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A80BB is #D57F44. Grayscale: #6C6C6C. Windows color (decimal): -13991749 or 12288042. OLE color: 12288042.

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

Color convert

RGB 42 128 187 -
CMYK 0.78 0.32 0 0.27
HSL 204.41º 0.63% 0.45% -
HSV(B) 204.41º 0.78% 0.73% -
XYZ 17.64 19.52 49.85 -
YUV 109.01 172.01 80.2 -
System Red Green Blue C M Y K H S L
Decimal 42 128 187 0.78 0.32 0 0.27 204.41 0.63 0.45
Hex 2A 80 BB 4E 20 0 1B CC 3F 2D
Octal 52 200 273 116 40 0 33 314 77 55
Binary 101010 10000000 10111011 1001110 100000 0 11011 11001100 111111 101101

Color Harmonies of #2A80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A80BB

Black with #2A80BB

Text Example


Text Example

White with #2A80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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