#182EF5

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

Shades of Blue #182EF5

Tints of Blue #182EF5

Color information

#182EF5 (or 0x182EF5) is unknown color: approx Blue. HEX triplet: 18, 2E and F5. RGB value is (24,46,245). Sum of RGB (Red+Green+Blue) = 24+46+245=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 245 (96.09% from 255 or 77.78% from 315); Max value from RGB is 245 - color contains mainly: blue. Hex color #182EF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182EF5 is #E7D10A. Grayscale: #3D3D3D. Windows color (decimal): -15192331 or 16068120. OLE color: 16068120.

HSL color Cylindrical-coordinate representation of color #182EF5: hue angle of 234.03º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182EF5 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2446245-
CMYK0.900.8100.04
HSL234.03º91.7%52.75%-
HSV(B)234.03º90.2%96.08%-
XYZ17.848.7487.13-
YUV62.11231.21100.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 245 (96.09% from 255) = 77.78%
R=7.62%
G=14.60%
B=77.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24462450.900.8100.04234.0391.752.75
Hex182EF55A5104ea5c35
Octal30563651321210435213465
Binary1100010111011110101101101010100010100111010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182EF5; }

 p { color: rgb(24,46,245); }

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

<style>
 a { background-color: #182EF5; }

 a { background-color: rgb(24,46,245); }

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

<style>
 span { border-color: #182EF5; }

 span { border-color: rgb(24,46,245); }

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