Html Css Color HEX #1E5BF4 Royal Blue

📋 copy color: '#1E5BF4'

red 30 ◦ green 91 ◦ blue 244

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

Shades of Royal Blue #1E5BF4

Tints of Royal Blue #1E5BF4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 244 (95.7% from 255) = 66.85%

R = 8.22%
G = 24.93%
B = 66.85%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1E5BF4 (or 0x1E5BF4) is known color: Royal Blue. HEX triplet: 1E, 5B and F4. RGB value is (30,91,244). Sum of RGB (Red+Green+Blue) = 30+91+244=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 244 (95.70% from 255 or 66.85% from 365); Max value from RGB is 244 - color contains mainly: blue. Hex color #1E5BF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5BF4 is #E1A40B. Grayscale: #595959. Windows color (decimal): -14787596 or 16014110. OLE color: 16014110.

HSL color Cylindrical-coordinate representation of color #1E5BF4: hue angle of 222.9º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5BF4 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 30 91 244 -
CMYK 0.88 0.63 0 0.04
HSL 222.9º 0.91% 0.54% -
HSV(B) 222.9º 0.88% 0.96% -
XYZ 20.61 14.29 87.26 -
YUV 90.2 214.79 85.06 -
System Red Green Blue C M Y K H S L
Decimal 30 91 244 0.88 0.63 0 0.04 222.9 0.91 0.54
Hex 1E 5B F4 58 3F 0 4 DF 5B 36
Octal 36 133 364 130 77 0 4 337 133 66
Binary 11110 1011011 11110100 1011000 111111 0 100 11011111 1011011 110110

Color Harmonies of #1E5BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5BF4

Black with #1E5BF4

Text Example


Text Example

White with #1E5BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,91,244); }

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

background-color css

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

 a { background-color: rgb(30,91,244); }

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

border-color css

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

 span { border-color: rgb(30,91,244); }

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