Html Css Color HEX #2889CA Curious Blue

📋 copy color: '#2889CA'

red 40 ◦ green 137 ◦ blue 202

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

Shades of Curious Blue #2889CA

Tints of Curious Blue #2889CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 10.55%
G = 36.15%
B = 53.3%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2889CA (or 0x2889CA) is known color: Curious Blue. HEX triplet: 28, 89 and CA. RGB value is (40,137,202). Sum of RGB (Red+Green+Blue) = 40+137+202=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #2889CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889CA is #D77635. Grayscale: #737373. Windows color (decimal): -14120502 or 13273384. OLE color: 13273384.

HSL color Cylindrical-coordinate representation of color #2889CA: hue angle of 204.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2889CA is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 137 202 -
CMYK 0.80 0.32 0 0.21
HSL 204.07º 0.67% 0.47% -
HSV(B) 204.07º 0.8% 0.79% -
XYZ 20.48 22.61 59.16 -
YUV 115.41 176.86 74.21 -
System Red Green Blue C M Y K H S L
Decimal 40 137 202 0.80 0.32 0 0.21 204.07 0.67 0.47
Hex 28 89 CA 50 20 0 15 CC 43 2F
Octal 50 211 312 120 40 0 25 314 103 57
Binary 101000 10001001 11001010 1010000 100000 0 10101 11001100 1000011 101111

Color Harmonies of #2889CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889CA

Black with #2889CA

Text Example


Text Example

White with #2889CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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