#218ED4

Color #218ED4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #218ED4

Tints of Pelorous #218ED4

Color information

#218ED4 (or 0x218ED4) is unknown color: approx Pelorous. HEX triplet: 21, 8E and D4. RGB value is (33,142,212). Sum of RGB (Red+Green+Blue) = 33+142+212=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 212 (83.20% from 255 or 54.78% from 387); Max value from RGB is 212 - color contains mainly: blue. Hex color #218ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ED4 is #DE712B. Grayscale: #757575. Windows color (decimal): -14577964 or 13930017. OLE color: 13930017.

HSL color Cylindrical-coordinate representation of color #218ED4: hue angle of 203.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218ED4 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB33142212-
CMYK0.840.3300.17
HSL203.46º73.06%48.04%-
HSV(B)203.46º84.43%83.14%-
XYZ22.1824.4265.83-
YUV117.39181.3967.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.53%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 212 (83.20% from 255) = 54.78%
R=8.53%
G=36.69%
B=54.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal331422120.840.3300.17203.4673.0648.04
Hex218ED45421011cb4930
Octal412163241244102131311160
Binary10000110001110110101001010100100001010001110010111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #218ED4;
 }
 .AnyTagClassName
 {
   color: #218ED4;
 }
</style>
background-color css

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

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

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

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

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

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