Html Css Color HEX #1E6EEA Royal Blue

📋 copy color: '#1E6EEA'

red 30 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #1E6EEA

Tints of Royal Blue #1E6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 8.02%
G = 29.41%
B = 62.57%

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

#1E6EEA (or 0x1E6EEA) is known color: Royal Blue. HEX triplet: 1E, 6E and EA. RGB value is (30,110,234). Sum of RGB (Red+Green+Blue) = 30+110+234=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E6EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6EEA is #E19115. Grayscale: #636363. Windows color (decimal): -14782742 or 15363614. OLE color: 15363614.

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

Color convert

RGB 30 110 234 -
CMYK 0.87 0.53 0 0.08
HSL 216.47º 0.83% 0.52% -
HSV(B) 216.47º 0.87% 0.92% -
XYZ 20.96 17.37 80.09 -
YUV 100.22 203.5 77.92 -
System Red Green Blue C M Y K H S L
Decimal 30 110 234 0.87 0.53 0 0.08 216.47 0.83 0.52
Hex 1E 6E EA 57 35 0 8 D8 53 34
Octal 36 156 352 127 65 0 10 330 123 64
Binary 11110 1101110 11101010 1010111 110101 0 1000 11011000 1010011 110100

Color Harmonies of #1E6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6EEA

Black with #1E6EEA

Text Example


Text Example

White with #1E6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,110,234); }

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

background-color css

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

 a { background-color: rgb(30,110,234); }

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

border-color css

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

 span { border-color: rgb(30,110,234); }

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