#1E6CF0

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

Shades of Royal Blue #1E6CF0

Tints of Royal Blue #1E6CF0

Color information

#1E6CF0 (or 0x1E6CF0) is unknown color: approx Royal Blue. HEX triplet: 1E, 6C and F0. RGB value is (30,108,240). Sum of RGB (Red+Green+Blue) = 30+108+240=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #1E6CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6CF0 is #E1930F. Grayscale: #636363. Windows color (decimal): -14783248 or 15756318. OLE color: 15756318.

HSL color Cylindrical-coordinate representation of color #1E6CF0: hue angle of 217.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6CF0 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30108240-
CMYK0.870.5500.06
HSL217.71º87.5%52.94%-
HSV(B)217.71º87.5%94.12%-
XYZ21.6317.2984.64-
YUV99.73207.1678.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.94%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 240 (94.14% from 255) = 63.49%
R=7.94%
G=28.57%
B=63.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301082400.870.5500.06217.7187.552.94
Hex1E6CF0573706da5835
Octal36154360127670633213065
Binary1111011011001111000010101111101110110110110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,108,240); }

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

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

 a { background-color: rgb(30,108,240); }

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

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

 span { border-color: rgb(30,108,240); }

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