Html Css Color HEX #2889CE Curious Blue

📋 copy color: '#2889CE'

red 40 ◦ green 137 ◦ blue 206

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

Shades of Curious Blue #2889CE

Tints of Curious Blue #2889CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

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

R = 10.44%
G = 35.77%
B = 53.79%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2889CE (or 0x2889CE) is known color: Curious Blue. HEX triplet: 28, 89 and CE. RGB value is (40,137,206). Sum of RGB (Red+Green+Blue) = 40+137+206=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #2889CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889CE is #D77631. Grayscale: #737373. Windows color (decimal): -14120498 or 13535528. OLE color: 13535528.

HSL color Cylindrical-coordinate representation of color #2889CE: hue angle of 204.94º 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 #2889CE is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 137 206 -
CMYK 0.81 0.33 0 0.19
HSL 204.94º 0.67% 0.48% -
HSV(B) 204.94º 0.81% 0.81% -
XYZ 20.96 22.8 61.69 -
YUV 115.86 178.86 73.89 -
System Red Green Blue C M Y K H S L
Decimal 40 137 206 0.81 0.33 0 0.19 204.94 0.67 0.48
Hex 28 89 CE 51 21 0 13 CD 43 30
Octal 50 211 316 121 41 0 23 315 103 60
Binary 101000 10001001 11001110 1010001 100001 0 10011 11001101 1000011 110000

Color Harmonies of #2889CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889CE

Black with #2889CE

Text Example


Text Example

White with #2889CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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