Html Css Color HEX #218BC9 Pelorous

📋 copy color: '#218BC9'

red 33 ◦ green 139 ◦ blue 201

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

Shades of Pelorous #218BC9

Tints of Pelorous #218BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

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

R = 8.85%
G = 37.27%
B = 53.89%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#218BC9 (or 0x218BC9) is known color: Pelorous. HEX triplet: 21, 8B and C9. RGB value is (33,139,201). Sum of RGB (Red+Green+Blue) = 33+139+201=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #218BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BC9 is #DE7436. Grayscale: #727272. Windows color (decimal): -14578743 or 13208353. OLE color: 13208353.

HSL color Cylindrical-coordinate representation of color #218BC9: hue angle of 202.14º 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 #218BC9 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 139 201 -
CMYK 0.84 0.31 0 0.21
HSL 202.14º 0.72% 0.46% -
HSV(B) 202.14º 0.84% 0.79% -
XYZ 20.4 23.01 58.62 -
YUV 114.37 176.88 69.96 -
System Red Green Blue C M Y K H S L
Decimal 33 139 201 0.84 0.31 0 0.21 202.14 0.72 0.46
Hex 21 8B C9 54 1F 0 15 CA 48 2E
Octal 41 213 311 124 37 0 25 312 110 56
Binary 100001 10001011 11001001 1010100 11111 0 10101 11001010 1001000 101110

Color Harmonies of #218BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BC9

Black with #218BC9

Text Example


Text Example

White with #218BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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