#1802EF

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

Shades of Blue #1802EF

Tints of Blue #1802EF

Color information

#1802EF (or 0x1802EF) is unknown color: approx Blue. HEX triplet: 18, 02 and EF. RGB value is (24,2,239). Sum of RGB (Red+Green+Blue) = 24+2+239=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 239 (93.75% from 255 or 90.19% from 265); Max value from RGB is 239 - color contains mainly: blue. Hex color #1802EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1802EF is #E7FD10. Grayscale: #222222. Windows color (decimal): -15203601 or 15663640. OLE color: 15663640.

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

Color convert

RGB242239-
CMYK0.900.9900.06
HSL245.57º98.34%47.25%-
HSV(B)245.57º99.16%93.73%-
XYZ15.986.4782.07-
YUV35.6242.79119.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 239 (93.75% from 255) = 90.19%
R=9.06%
G=0.75%
B=90.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2422390.900.9900.06245.5798.3447.25
Hex182EF5A6306f6622f
Octal3023571321430636614257
Binary110001011101111101101011000110110111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1802EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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