Html Css Color HEX #2893CC Pelorous

📋 copy color: '#2893CC'

red 40 ◦ green 147 ◦ blue 204

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

Shades of Pelorous #2893CC

Tints of Pelorous #2893CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.6%

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 10.23%
G = 37.6%
B = 52.17%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2893CC (or 0x2893CC) is known color: Pelorous. HEX triplet: 28, 93 and CC. RGB value is (40,147,204). Sum of RGB (Red+Green+Blue) = 40+147+204=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #2893CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2893CC is #D76C33. Grayscale: #797979. Windows color (decimal): -14117940 or 13407016. OLE color: 13407016.

HSL color Cylindrical-coordinate representation of color #2893CC: hue angle of 200.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2893CC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 147 204 -
CMYK 0.80 0.28 0 0.2
HSL 200.85º 0.67% 0.48% -
HSV(B) 200.85º 0.8% 0.8% -
XYZ 22.21 25.68 60.91 -
YUV 121.51 174.55 69.87 -
System Red Green Blue C M Y K H S L
Decimal 40 147 204 0.80 0.28 0 0.2 200.85 0.67 0.48
Hex 28 93 CC 50 1C 0 14 C9 43 30
Octal 50 223 314 120 34 0 24 311 103 60
Binary 101000 10010011 11001100 1010000 11100 0 10100 11001001 1000011 110000

Color Harmonies of #2893CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2893CC

Black with #2893CC

Text Example


Text Example

White with #2893CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2893CC; }

 p { color: rgb(40,147,204); }

 H1.HeaderClassName
 {
   color: #2893CC;
 }
 .AnyTagClassName
 {
   color: #2893CC;
 }
</style>

background-color css

<style>
 a { background-color: #2893CC; }

 a { background-color: rgb(40,147,204); }

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

border-color css

<style>
 span { border-color: #2893CC; }

 span { border-color: rgb(40,147,204); }

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