#1E12FF

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

Shades of Blue #1E12FF

Tints of Blue #1E12FF

Color information

#1E12FF (or 0x1E12FF) is unknown color: approx Blue. HEX triplet: 1E, 12 and FF. RGB value is (30,18,255). Sum of RGB (Red+Green+Blue) = 30+18+255=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E12FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E12FF is #E1ED00. Grayscale: #2F2F2F. Windows color (decimal): -14806273 or 16716318. OLE color: 16716318.

HSL color Cylindrical-coordinate representation of color #1E12FF: hue angle of 243.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E12FF is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3018255-
CMYK0.880.9300
HSL243.04º100%53.53%-
HSV(B)243.04º92.94%100%-
XYZ18.87.9395.15-
YUV48.61244.48114.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.90%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 255 (100% from 255) = 84.16%
R=9.90%
G=5.94%
B=84.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal30182550.880.9300243.0410053.53
Hex1E12FF585D00f36436
Octal36223771301350036314466
Binary1111010010111111111011000101110100111100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E12FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,255); }

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

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

 a { background-color: rgb(30,18,255); }

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

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

 span { border-color: rgb(30,18,255); }

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