Html Css Color HEX #2A88BE Curious Blue

📋 copy color: '#2A88BE'

red 42 ◦ green 136 ◦ blue 190

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

Shades of Curious Blue #2A88BE

Tints of Curious Blue #2A88BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 11.41%
G = 36.96%
B = 51.63%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A88BE (or 0x2A88BE) is known color: Curious Blue. HEX triplet: 2A, 88 and BE. RGB value is (42,136,190). Sum of RGB (Red+Green+Blue) = 42+136+190=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A88BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A88BE is #D57741. Grayscale: #717171. Windows color (decimal): -13989698 or 12486698. OLE color: 12486698.

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

Color convert

RGB 42 136 190 -
CMYK 0.78 0.28 0 0.25
HSL 201.89º 0.64% 0.45% -
HSV(B) 201.89º 0.78% 0.75% -
XYZ 19.05 21.82 51.92 -
YUV 114.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 42 136 190 0.78 0.28 0 0.25 201.89 0.64 0.45
Hex 2A 88 BE 4E 1C 0 19 CA 40 2D
Octal 52 210 276 116 34 0 31 312 100 55
Binary 101010 10001000 10111110 1001110 11100 0 11001 11001010 1000000 101101

Color Harmonies of #2A88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A88BE

Black with #2A88BE

Text Example


Text Example

White with #2A88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,136,190); }

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

background-color css

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

 a { background-color: rgb(42,136,190); }

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

border-color css

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

 span { border-color: rgb(42,136,190); }

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