Html Css Color HEX #1E6DEB Royal Blue

📋 copy color: '#1E6DEB'

red 30 ◦ green 109 ◦ blue 235

#1E6DEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #1E6DEB

Tints of Royal Blue #1E6DEB

RGB

 RED value IS 30 (12.11% from 255) = 8.02%

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 8.02%
G = 29.14%
B = 62.83%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E6DEB (or 0x1E6DEB) is known color: Royal Blue. HEX triplet: 1E, 6D and EB. RGB value is (30,109,235). Sum of RGB (Red+Green+Blue) = 30+109+235=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E6DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6DEB is #E19214. Grayscale: #636363. Windows color (decimal): -14782997 or 15428894. OLE color: 15428894.

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

Color convert

RGB 30 109 235 -
CMYK 0.87 0.54 0 0.08
HSL 216.88º 0.84% 0.52% -
HSV(B) 216.88º 0.87% 0.92% -
XYZ 21 17.21 80.81 -
YUV 99.74 204.33 78.25 -
System Red Green Blue C M Y K H S L
Decimal 30 109 235 0.87 0.54 0 0.08 216.88 0.84 0.52
Hex 1E 6D EB 57 36 0 8 D9 54 34
Octal 36 155 353 127 66 0 10 331 124 64
Binary 11110 1101101 11101011 1010111 110110 0 1000 11011001 1010100 110100

Color Harmonies of #1E6DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6DEB

Black with #1E6DEB

Text Example


Text Example

White with #1E6DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,109,235); }

 H1.HeaderClassName
 {
   color: #1E6DEB;
 }
 .AnyTagClassName
 {
   color: #1E6DEB;
 }
</style>

background-color css

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

 a { background-color: rgb(30,109,235); }

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

border-color css

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

 span { border-color: rgb(30,109,235); }

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