Html Css Color HEX #218EC9 Pelorous

📋 copy color: '#218EC9'

red 33 ◦ green 142 ◦ blue 201

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

Shades of Pelorous #218EC9

Tints of Pelorous #218EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.46%

R = 8.78%
G = 37.77%
B = 53.46%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#218EC9 (or 0x218EC9) is known color: Pelorous. HEX triplet: 21, 8E and C9. RGB value is (33,142,201). Sum of RGB (Red+Green+Blue) = 33+142+201=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #218EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EC9 is #DE7136. Grayscale: #737373. Windows color (decimal): -14577975 or 13209121. OLE color: 13209121.

HSL color Cylindrical-coordinate representation of color #218EC9: hue angle of 201.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218EC9 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 142 201 -
CMYK 0.84 0.29 0 0.21
HSL 201.07º 0.72% 0.46% -
HSV(B) 201.07º 0.84% 0.79% -
XYZ 20.84 23.89 58.77 -
YUV 116.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 33 142 201 0.84 0.29 0 0.21 201.07 0.72 0.46
Hex 21 8E C9 54 1D 0 15 C9 48 2E
Octal 41 216 311 124 35 0 25 311 110 56
Binary 100001 10001110 11001001 1010100 11101 0 10101 11001001 1001000 101110

Color Harmonies of #218EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218EC9

Black with #218EC9

Text Example


Text Example

White with #218EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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