#1E14FF

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

Shades of Blue #1E14FF

Tints of Blue #1E14FF

Color information

#1E14FF (or 0x1E14FF) is unknown color: approx Blue. HEX triplet: 1E, 14 and FF. RGB value is (30,20,255). Sum of RGB (Red+Green+Blue) = 30+20+255=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E14FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E14FF is #E1EB00. Grayscale: #303030. Windows color (decimal): -14805761 or 16716830. OLE color: 16716830.

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

Color convert

RGB3020255-
CMYK0.880.9200
HSL242.55º100%53.92%-
HSV(B)242.55º92.16%100%-
XYZ18.84895.16-
YUV49.78243.81113.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.84%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 255 (100% from 255) = 83.61%
R=9.84%
G=6.56%
B=83.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal30202550.880.9200242.5510053.92
Hex1E14FF585C00f36436
Octal36243771301340036314466
Binary1111010100111111111011000101110000111100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E14FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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