#2196CF

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

Shades of Pelorous #2196CF

Tints of Pelorous #2196CF

Color information

#2196CF (or 0x2196CF) is unknown color: approx Pelorous. HEX triplet: 21, 96 and CF. RGB value is (33,150,207). Sum of RGB (Red+Green+Blue) = 33+150+207=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #2196CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196CF is #DE6930. Grayscale: #797979. Windows color (decimal): -14575921 or 13604385. OLE color: 13604385.

HSL color Cylindrical-coordinate representation of color #2196CF: hue angle of 199.66º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2196CF is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB33150207-
CMYK0.840.2800.19
HSL199.66º72.5%47.06%-
HSV(B)199.66º84.06%81.18%-
XYZ22.826.6462.97-
YUV121.52176.2464.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.46%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=8.46%
G=38.46%
B=53.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal331502070.840.2800.19199.6672.547.06
Hex2196CF541C013c8482f
Octal412263171243402331011057
Binary1000011001011011001111101010011100010011110010001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2196CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2196CF; }

 p { color: rgb(33,150,207); }

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

<style>
 a { background-color: #2196CF; }

 a { background-color: rgb(33,150,207); }

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

<style>
 span { border-color: #2196CF; }

 span { border-color: rgb(33,150,207); }

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