Html Css Color HEX #2880BB Curious Blue

📋 copy color: '#2880BB'

red 40 ◦ green 128 ◦ blue 187

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

Shades of Curious Blue #2880BB

Tints of Curious Blue #2880BB

RGB

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

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

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

R = 11.27%
G = 36.06%
B = 52.68%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2880BB (or 0x2880BB) is known color: Curious Blue. HEX triplet: 28, 80 and BB. RGB value is (40,128,187). Sum of RGB (Red+Green+Blue) = 40+128+187=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #2880BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2880BB is #D77F44. Grayscale: #6C6C6C. Windows color (decimal): -14122821 or 12288040. OLE color: 12288040.

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

Color convert

RGB 40 128 187 -
CMYK 0.79 0.32 0 0.27
HSL 204.08º 0.65% 0.45% -
HSV(B) 204.08º 0.79% 0.73% -
XYZ 17.56 19.48 49.85 -
YUV 108.41 172.35 79.2 -
System Red Green Blue C M Y K H S L
Decimal 40 128 187 0.79 0.32 0 0.27 204.08 0.65 0.45
Hex 28 80 BB 4F 20 0 1B CC 41 2D
Octal 50 200 273 117 40 0 33 314 101 55
Binary 101000 10000000 10111011 1001111 100000 0 11011 11001100 1000001 101101

Color Harmonies of #2880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2880BB

Black with #2880BB

Text Example


Text Example

White with #2880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2880BB; }

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

 H1.HeaderClassName
 {
   color: #2880BB;
 }
 .AnyTagClassName
 {
   color: #2880BB;
 }
</style>

background-color css

<style>
 a { background-color: #2880BB; }

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

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

border-color css

<style>
 span { border-color: #2880BB; }

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

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