#1802E5

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

Shades of Medium Blue #1802E5

Tints of Medium Blue #1802E5

Color information

#1802E5 (or 0x1802E5) is unknown color: approx Medium Blue. HEX triplet: 18, 02 and E5. RGB value is (24,2,229). Sum of RGB (Red+Green+Blue) = 24+2+229=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 229 (89.84% from 255 or 89.80% from 255); Max value from RGB is 229 - color contains mainly: blue. Hex color #1802E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1802E5 is #E7FD1A. Grayscale: #212121. Windows color (decimal): -15203611 or 15008280. OLE color: 15008280.

HSL color Cylindrical-coordinate representation of color #1802E5: hue angle of 245.81º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802E5 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB242229-
CMYK0.900.9900.10
HSL245.81º98.27%45.29%-
HSV(B)245.81º99.13%89.8%-
XYZ14.545.8974.5-
YUV34.46237.79120.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 229 (89.84% from 255) = 89.80%
R=9.41%
G=0.78%
B=89.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2422290.900.9900.10245.8198.2745.29
Hex182E55A630Af6622d
Octal30234513214301236614255
Binary1100010111001011011010110001101010111101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1802E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1802E5; }

 p { color: rgb(24,2,229); }

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

<style>
 a { background-color: #1802E5; }

 a { background-color: rgb(24,2,229); }

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

<style>
 span { border-color: #1802E5; }

 span { border-color: rgb(24,2,229); }

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