Html Css Color HEX #218EBA Pelorous

📋 copy color: '#218EBA'

red 33 ◦ green 142 ◦ blue 186

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

Shades of Pelorous #218EBA

Tints of Pelorous #218EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 9.14%
G = 39.34%
B = 51.52%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#218EBA (or 0x218EBA) is known color: Pelorous. HEX triplet: 21, 8E and BA. RGB value is (33,142,186). Sum of RGB (Red+Green+Blue) = 33+142+186=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #218EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EBA is #DE7145. Grayscale: #727272. Windows color (decimal): -14577990 or 12226081. OLE color: 12226081.

HSL color Cylindrical-coordinate representation of color #218EBA: hue angle of 197.25º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218EBA is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 142 186 -
CMYK 0.82 0.24 0 0.27
HSL 197.25º 0.7% 0.43% -
HSV(B) 197.25º 0.82% 0.73% -
XYZ 19.16 23.21 49.93 -
YUV 114.43 168.39 69.92 -
System Red Green Blue C M Y K H S L
Decimal 33 142 186 0.82 0.24 0 0.27 197.25 0.7 0.43
Hex 21 8E BA 52 18 0 1B C5 46 2B
Octal 41 216 272 122 30 0 33 305 106 53
Binary 100001 10001110 10111010 1010010 11000 0 11011 11000101 1000110 101011

Color Harmonies of #218EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218EBA

Black with #218EBA

Text Example


Text Example

White with #218EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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