Html Css Color HEX #1E4FEA Royal Blue

📋 copy color: '#1E4FEA'

red 30 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #1E4FEA

Tints of Royal Blue #1E4FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

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

R = 8.75%
G = 23.03%
B = 68.22%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E4FEA (or 0x1E4FEA) is known color: Royal Blue. HEX triplet: 1E, 4F and EA. RGB value is (30,79,234). Sum of RGB (Red+Green+Blue) = 30+79+234=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E4FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4FEA is #E1B015. Grayscale: #515151. Windows color (decimal): -14790678 or 15355678. OLE color: 15355678.

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

Color convert

RGB 30 79 234 -
CMYK 0.87 0.66 0 0.08
HSL 225.59º 0.83% 0.52% -
HSV(B) 225.59º 0.87% 0.92% -
XYZ 18.18 11.81 79.16 -
YUV 82.02 213.77 90.9 -
System Red Green Blue C M Y K H S L
Decimal 30 79 234 0.87 0.66 0 0.08 225.59 0.83 0.52
Hex 1E 4F EA 57 42 0 8 E2 53 34
Octal 36 117 352 127 102 0 10 342 123 64
Binary 11110 1001111 11101010 1010111 1000010 0 1000 11100010 1010011 110100

Color Harmonies of #1E4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4FEA

Black with #1E4FEA

Text Example


Text Example

White with #1E4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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