Html Css Color HEX #218ABE Pelorous

📋 copy color: '#218ABE'

red 33 ◦ green 138 ◦ blue 190

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

Shades of Pelorous #218ABE

Tints of Pelorous #218ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 9.14%
G = 38.23%
B = 52.63%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#218ABE (or 0x218ABE) is known color: Pelorous. HEX triplet: 21, 8A and BE. RGB value is (33,138,190). Sum of RGB (Red+Green+Blue) = 33+138+190=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #218ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ABE is #DE7541. Grayscale: #707070. Windows color (decimal): -14579010 or 12487201. OLE color: 12487201.

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

Color convert

RGB 33 138 190 -
CMYK 0.83 0.27 0 0.25
HSL 199.87º 0.7% 0.44% -
HSV(B) 199.87º 0.83% 0.75% -
XYZ 19.01 22.22 52 -
YUV 112.53 171.71 71.27 -
System Red Green Blue C M Y K H S L
Decimal 33 138 190 0.83 0.27 0 0.25 199.87 0.7 0.44
Hex 21 8A BE 53 1B 0 19 C8 46 2C
Octal 41 212 276 123 33 0 31 310 106 54
Binary 100001 10001010 10111110 1010011 11011 0 11001 11001000 1000110 101100

Color Harmonies of #218ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218ABE

Black with #218ABE

Text Example


Text Example

White with #218ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,138,190); }

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

background-color css

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

 a { background-color: rgb(33,138,190); }

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

border-color css

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

 span { border-color: rgb(33,138,190); }

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