Html Css Color HEX #1E4EEF Royal Blue

📋 copy color: '#1E4EEF'

red 30 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #1E4EEF

Tints of Royal Blue #1E4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.48%

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 8.65%
G = 22.48%
B = 68.88%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E4EEF (or 0x1E4EEF) is known color: Royal Blue. HEX triplet: 1E, 4E and EF. RGB value is (30,78,239). Sum of RGB (Red+Green+Blue) = 30+78+239=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E4EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4EEF is #E1B110. Grayscale: #515151. Windows color (decimal): -14790929 or 15683102. OLE color: 15683102.

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

Color convert

RGB 30 78 239 -
CMYK 0.87 0.67 0 0.06
HSL 226.22º 0.87% 0.53% -
HSV(B) 226.22º 0.87% 0.94% -
XYZ 18.84 11.96 82.98 -
YUV 82 216.6 90.91 -
System Red Green Blue C M Y K H S L
Decimal 30 78 239 0.87 0.67 0 0.06 226.22 0.87 0.53
Hex 1E 4E EF 57 43 0 6 E2 57 35
Octal 36 116 357 127 103 0 6 342 127 65
Binary 11110 1001110 11101111 1010111 1000011 0 110 11100010 1010111 110101

Color Harmonies of #1E4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4EEF

Black with #1E4EEF

Text Example


Text Example

White with #1E4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,78,239); }

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

background-color css

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

 a { background-color: rgb(30,78,239); }

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

border-color css

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

 span { border-color: rgb(30,78,239); }

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