#1820F2

Color #1820F2 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1820F2

Tints of Blue #1820F2

Color information

#1820F2 (or 0x1820F2) is unknown color: approx Blue. HEX triplet: 18, 20 and F2. RGB value is (24,32,242). Sum of RGB (Red+Green+Blue) = 24+32+242=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 242 (94.92% from 255 or 81.21% from 298); Max value from RGB is 242 - color contains mainly: blue. Hex color #1820F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1820F2 is #E7DF0D. Grayscale: #343434. Windows color (decimal): -15195918 or 15867928. OLE color: 15867928.

HSL color Cylindrical-coordinate representation of color #1820F2: hue angle of 237.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1820F2 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2432242-
CMYK0.900.8700.05
HSL237.8º89.34%52.16%-
HSV(B)237.8º90.08%94.9%-
XYZ16.927.6484.59-
YUV53.55234.35106.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 242 (94.92% from 255) = 81.21%
R=8.05%
G=10.74%
B=81.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322420.900.8700.05237.889.3452.16
Hex1820F25A5705ee5934
Octal30403621321270535613164
Binary1100010000011110010101101010101110101111011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1820F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1820F2; }

 p { color: rgb(24,32,242); }

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

<style>
 a { background-color: #1820F2; }

 a { background-color: rgb(24,32,242); }

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

<style>
 span { border-color: #1820F2; }

 span { border-color: rgb(24,32,242); }

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