#1E6BEC

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

Shades of Royal Blue #1E6BEC

Tints of Royal Blue #1E6BEC

Color information

#1E6BEC (or 0x1E6BEC) is unknown color: approx Royal Blue. HEX triplet: 1E, 6B and EC. RGB value is (30,107,236). Sum of RGB (Red+Green+Blue) = 30+107+236=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E6BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BEC is #E19413. Grayscale: #626262. Windows color (decimal): -14783508 or 15493918. OLE color: 15493918.

HSL color Cylindrical-coordinate representation of color #1E6BEC: hue angle of 217.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E6BEC is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB30107236-
CMYK0.870.5500.07
HSL217.57º84.43%52.16%-
HSV(B)217.57º87.29%92.55%-
XYZ20.9316.8581.51-
YUV98.68205.4979.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.04%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 236 (92.58% from 255) = 63.27%
R=8.04%
G=28.69%
B=63.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal301072360.870.5500.07217.5784.4352.16
Hex1E6BEC573707da5434
Octal36153354127670733212464
Binary1111011010111110110010101111101110111110110101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,107,236); }

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

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

 a { background-color: rgb(30,107,236); }

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

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

 span { border-color: rgb(30,107,236); }

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