Html Css Color HEX #1E6FEB Royal Blue

📋 copy color: '#1E6FEB'

red 30 ◦ green 111 ◦ blue 235

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

Shades of Royal Blue #1E6FEB

Tints of Royal Blue #1E6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 7.98%
G = 29.52%
B = 62.5%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E6FEB (or 0x1E6FEB) is known color: Royal Blue. HEX triplet: 1E, 6F and EB. RGB value is (30,111,235). Sum of RGB (Red+Green+Blue) = 30+111+235=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E6FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FEB is #E19014. Grayscale: #646464. Windows color (decimal): -14782485 or 15429406. OLE color: 15429406.

HSL color Cylindrical-coordinate representation of color #1E6FEB: hue angle of 216.29º 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 #1E6FEB is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 111 235 -
CMYK 0.87 0.53 0 0.08
HSL 216.29º 0.84% 0.52% -
HSV(B) 216.29º 0.87% 0.92% -
XYZ 21.22 17.64 80.88 -
YUV 100.92 203.66 77.42 -
System Red Green Blue C M Y K H S L
Decimal 30 111 235 0.87 0.53 0 0.08 216.29 0.84 0.52
Hex 1E 6F EB 57 35 0 8 D8 54 34
Octal 36 157 353 127 65 0 10 330 124 64
Binary 11110 1101111 11101011 1010111 110101 0 1000 11011000 1010100 110100

Color Harmonies of #1E6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6FEB

Black with #1E6FEB

Text Example


Text Example

White with #1E6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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