#218DBB

Color #218DBB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #218DBB

Tints of Pelorous #218DBB

Color information

#218DBB (or 0x218DBB) is unknown color: approx Pelorous. HEX triplet: 21, 8D and BB. RGB value is (33,141,187). Sum of RGB (Red+Green+Blue) = 33+141+187=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #218DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DBB is #DE7244. Grayscale: #717171. Windows color (decimal): -14578245 or 12291361. OLE color: 12291361.

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

Color convert

RGB33141187-
CMYK0.820.2500.27
HSL197.92º70%43.14%-
HSV(B)197.92º82.35%73.33%-
XYZ19.1222.9650.44-
YUV113.95169.2270.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.14%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=9.14%
G=39.06%
B=51.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331411870.820.2500.27197.927043.14
Hex218DBB521901Bc6462b
Octal412152731223103330610653
Binary1000011000110110111011101001011001011011110001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #218DBB;
 }
 .AnyTagClassName
 {
   color: #218DBB;
 }
</style>
background-color css

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

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

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

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

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

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