#1E02BF

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

Shades of Medium Blue #1E02BF

Tints of Medium Blue #1E02BF

Color information

#1E02BF (or 0x1E02BF) is unknown color: approx Medium Blue. HEX triplet: 1E, 02 and BF. RGB value is (30,2,191). Sum of RGB (Red+Green+Blue) = 30+2+191=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 191 (75% from 255 or 85.65% from 223); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E02BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E02BF is #E1FD40. Grayscale: #1F1F1F. Windows color (decimal): -14810433 or 12517918. OLE color: 12517918.

HSL color Cylindrical-coordinate representation of color #1E02BF: hue angle of 248.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E02BF is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB302191-
CMYK0.840.9900.25
HSL248.89º97.93%37.84%-
HSV(B)248.89º98.95%74.9%-
XYZ9.964.0849.55-
YUV31.92217.78126.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 191 (75% from 255) = 85.65%
R=13.45%
G=0.90%
B=85.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3021910.840.9900.25248.8997.9337.84
Hex1E2BF5463019f96226
Octal36227712414303137114246
Binary11110101011111110101001100011011001111110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E02BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E02BF; }

 p { color: rgb(30,2,191); }

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

<style>
 a { background-color: #1E02BF; }

 a { background-color: rgb(30,2,191); }

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

<style>
 span { border-color: #1E02BF; }

 span { border-color: rgb(30,2,191); }

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