Html Css Color HEX #2888BE Curious Blue

📋 copy color: '#2888BE'

red 40 ◦ green 136 ◦ blue 190

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

Shades of Curious Blue #2888BE

Tints of Curious Blue #2888BE

RGB

 RED value IS 40 (16.02% from 255) = 10.93%

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

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

R = 10.93%
G = 37.16%
B = 51.91%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2888BE (or 0x2888BE) is known color: Curious Blue. HEX triplet: 28, 88 and BE. RGB value is (40,136,190). Sum of RGB (Red+Green+Blue) = 40+136+190=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #2888BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888BE is #D77741. Grayscale: #717171. Windows color (decimal): -14120770 or 12486696. OLE color: 12486696.

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

Color convert

RGB 40 136 190 -
CMYK 0.79 0.28 0 0.25
HSL 201.6º 0.65% 0.45% -
HSV(B) 201.6º 0.79% 0.75% -
XYZ 18.97 21.78 51.92 -
YUV 113.45 171.2 75.61 -
System Red Green Blue C M Y K H S L
Decimal 40 136 190 0.79 0.28 0 0.25 201.6 0.65 0.45
Hex 28 88 BE 4F 1C 0 19 CA 41 2D
Octal 50 210 276 117 34 0 31 312 101 55
Binary 101000 10001000 10111110 1001111 11100 0 11001 11001010 1000001 101101

Color Harmonies of #2888BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2888BE

Black with #2888BE

Text Example


Text Example

White with #2888BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2888BE; }

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

 H1.HeaderClassName
 {
   color: #2888BE;
 }
 .AnyTagClassName
 {
   color: #2888BE;
 }
</style>

background-color css

<style>
 a { background-color: #2888BE; }

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

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

border-color css

<style>
 span { border-color: #2888BE; }

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

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