Html Css Color HEX #218BCC Pelorous

📋 copy color: '#218BCC'

red 33 ◦ green 139 ◦ blue 204

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

Shades of Pelorous #218BCC

Tints of Pelorous #218BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 8.78%
G = 36.97%
B = 54.26%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#218BCC (or 0x218BCC) is known color: Pelorous. HEX triplet: 21, 8B and CC. RGB value is (33,139,204). Sum of RGB (Red+Green+Blue) = 33+139+204=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #218BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BCC is #DE7433. Grayscale: #727272. Windows color (decimal): -14578740 or 13404961. OLE color: 13404961.

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

Color convert

RGB 33 139 204 -
CMYK 0.84 0.32 0 0.2
HSL 202.81º 0.72% 0.46% -
HSV(B) 202.81º 0.84% 0.8% -
XYZ 20.76 23.15 60.5 -
YUV 114.72 178.38 69.71 -
System Red Green Blue C M Y K H S L
Decimal 33 139 204 0.84 0.32 0 0.2 202.81 0.72 0.46
Hex 21 8B CC 54 20 0 14 CB 48 2E
Octal 41 213 314 124 40 0 24 313 110 56
Binary 100001 10001011 11001100 1010100 100000 0 10100 11001011 1001000 101110

Color Harmonies of #218BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BCC

Black with #218BCC

Text Example


Text Example

White with #218BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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