Html Css Color HEX #218CBB Pelorous

📋 copy color: '#218CBB'

red 33 ◦ green 140 ◦ blue 187

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

Shades of Pelorous #218CBB

Tints of Pelorous #218CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 9.17%
G = 38.89%
B = 51.94%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#218CBB (or 0x218CBB) is known color: Pelorous. HEX triplet: 21, 8C and BB. RGB value is (33,140,187). Sum of RGB (Red+Green+Blue) = 33+140+187=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #218CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CBB is #DE7344. Grayscale: #717171. Windows color (decimal): -14578501 or 12291105. OLE color: 12291105.

HSL color Cylindrical-coordinate representation of color #218CBB: hue angle of 198.31º 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 #218CBB is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 140 187 -
CMYK 0.82 0.25 0 0.27
HSL 198.31º 0.7% 0.43% -
HSV(B) 198.31º 0.82% 0.73% -
XYZ 18.97 22.67 50.39 -
YUV 113.37 169.55 70.68 -
System Red Green Blue C M Y K H S L
Decimal 33 140 187 0.82 0.25 0 0.27 198.31 0.7 0.43
Hex 21 8C BB 52 19 0 1B C6 46 2B
Octal 41 214 273 122 31 0 33 306 106 53
Binary 100001 10001100 10111011 1010010 11001 0 11011 11000110 1000110 101011

Color Harmonies of #218CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218CBB

Black with #218CBB

Text Example


Text Example

White with #218CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,140,187); }

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

background-color css

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

 a { background-color: rgb(33,140,187); }

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

border-color css

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

 span { border-color: rgb(33,140,187); }

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