Html Css Color HEX #1E5BFB Royal Blue

📋 copy color: '#1E5BFB'

red 30 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #1E5BFB

Tints of Royal Blue #1E5BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.47%

R = 8.06%
G = 24.46%
B = 67.47%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E5BFB (or 0x1E5BFB) is known color: Royal Blue. HEX triplet: 1E, 5B and FB. RGB value is (30,91,251). Sum of RGB (Red+Green+Blue) = 30+91+251=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E5BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5BFB is #E1A404. Grayscale: #5A5A5A. Windows color (decimal): -14787589 or 16472862. OLE color: 16472862.

HSL color Cylindrical-coordinate representation of color #1E5BFB: hue angle of 223.44º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5BFB is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 91 251 -
CMYK 0.88 0.64 0 0.02
HSL 223.44º 0.97% 0.55% -
HSV(B) 223.44º 0.88% 0.98% -
XYZ 21.69 14.72 92.97 -
YUV 91 218.29 84.49 -
System Red Green Blue C M Y K H S L
Decimal 30 91 251 0.88 0.64 0 0.02 223.44 0.97 0.55
Hex 1E 5B FB 58 40 0 2 DF 61 37
Octal 36 133 373 130 100 0 2 337 141 67
Binary 11110 1011011 11111011 1011000 1000000 0 10 11011111 1100001 110111

Color Harmonies of #1E5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5BFB

Black with #1E5BFB

Text Example


Text Example

White with #1E5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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