Html Css Color HEX #218EC2 Pelorous

📋 copy color: '#218EC2'

red 33 ◦ green 142 ◦ blue 194

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

Shades of Pelorous #218EC2

Tints of Pelorous #218EC2

RGB

 RED value IS 33 (13.28% from 255) = 8.94%

 GREEN value IS 142 (55.86% from 255) = 38.48%

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 8.94%
G = 38.48%
B = 52.57%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#218EC2 (or 0x218EC2) is known color: Pelorous. HEX triplet: 21, 8E and C2. RGB value is (33,142,194). Sum of RGB (Red+Green+Blue) = 33+142+194=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #218EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EC2 is #DE713D. Grayscale: #737373. Windows color (decimal): -14577982 or 12750369. OLE color: 12750369.

HSL color Cylindrical-coordinate representation of color #218EC2: hue angle of 199.38º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218EC2 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 142 194 -
CMYK 0.83 0.27 0 0.24
HSL 199.38º 0.71% 0.45% -
HSV(B) 199.38º 0.83% 0.76% -
XYZ 20.04 23.56 54.53 -
YUV 115.34 172.39 69.27 -
System Red Green Blue C M Y K H S L
Decimal 33 142 194 0.83 0.27 0 0.24 199.38 0.71 0.45
Hex 21 8E C2 53 1B 0 18 C7 47 2D
Octal 41 216 302 123 33 0 30 307 107 55
Binary 100001 10001110 11000010 1010011 11011 0 11000 11000111 1000111 101101

Color Harmonies of #218EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218EC2

Black with #218EC2

Text Example


Text Example

White with #218EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218EC2; }

 p { color: rgb(33,142,194); }

 H1.HeaderClassName
 {
   color: #218EC2;
 }
 .AnyTagClassName
 {
   color: #218EC2;
 }
</style>

background-color css

<style>
 a { background-color: #218EC2; }

 a { background-color: rgb(33,142,194); }

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

border-color css

<style>
 span { border-color: #218EC2; }

 span { border-color: rgb(33,142,194); }

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