Html Css Color HEX #218EBD Pelorous

📋 copy color: '#218EBD'

red 33 ◦ green 142 ◦ blue 189

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

Shades of Pelorous #218EBD

Tints of Pelorous #218EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 9.07%
G = 39.01%
B = 51.92%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#218EBD (or 0x218EBD) is known color: Pelorous. HEX triplet: 21, 8E and BD. RGB value is (33,142,189). Sum of RGB (Red+Green+Blue) = 33+142+189=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #218EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EBD is #DE7142. Grayscale: #727272. Windows color (decimal): -14577987 or 12422689. OLE color: 12422689.

HSL color Cylindrical-coordinate representation of color #218EBD: hue angle of 198.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218EBD is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 142 189 -
CMYK 0.83 0.25 0 0.26
HSL 198.08º 0.7% 0.44% -
HSV(B) 198.08º 0.83% 0.74% -
XYZ 19.49 23.34 51.62 -
YUV 114.77 169.89 69.68 -
System Red Green Blue C M Y K H S L
Decimal 33 142 189 0.83 0.25 0 0.26 198.08 0.7 0.44
Hex 21 8E BD 53 19 0 1A C6 46 2C
Octal 41 216 275 123 31 0 32 306 106 54
Binary 100001 10001110 10111101 1010011 11001 0 11010 11000110 1000110 101100

Color Harmonies of #218EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218EBD

Black with #218EBD

Text Example


Text Example

White with #218EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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