Html Css Color HEX #2888CE Curious Blue

📋 copy color: '#2888CE'

red 40 ◦ green 136 ◦ blue 206

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

Shades of Curious Blue #2888CE

Tints of Curious Blue #2888CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 10.47%
G = 35.6%
B = 53.93%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2888CE (or 0x2888CE) is known color: Curious Blue. HEX triplet: 28, 88 and CE. RGB value is (40,136,206). Sum of RGB (Red+Green+Blue) = 40+136+206=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #2888CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888CE is #D77731. Grayscale: #727272. Windows color (decimal): -14120754 or 13535272. OLE color: 13535272.

HSL color Cylindrical-coordinate representation of color #2888CE: hue angle of 205.3º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2888CE is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 136 206 -
CMYK 0.81 0.34 0 0.19
HSL 205.3º 0.67% 0.48% -
HSV(B) 205.3º 0.81% 0.81% -
XYZ 20.82 22.52 61.64 -
YUV 115.28 179.2 74.31 -
System Red Green Blue C M Y K H S L
Decimal 40 136 206 0.81 0.34 0 0.19 205.3 0.67 0.48
Hex 28 88 CE 51 22 0 13 CD 43 30
Octal 50 210 316 121 42 0 23 315 103 60
Binary 101000 10001000 11001110 1010001 100010 0 10011 11001101 1000011 110000

Color Harmonies of #2888CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2888CE

Black with #2888CE

Text Example


Text Example

White with #2888CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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