Html Css Color HEX #1E5EFB Royal Blue

📋 copy color: '#1E5EFB'

red 30 ◦ green 94 ◦ blue 251

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

Shades of Royal Blue #1E5EFB

Tints of Royal Blue #1E5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

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

R = 8%
G = 25.07%
B = 66.93%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E5EFB (or 0x1E5EFB) is known color: Royal Blue. HEX triplet: 1E, 5E and FB. RGB value is (30,94,251). Sum of RGB (Red+Green+Blue) = 30+94+251=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E5EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5EFB is #E1A104. Grayscale: #5C5C5C. Windows color (decimal): -14786821 or 16473630. OLE color: 16473630.

HSL color Cylindrical-coordinate representation of color #1E5EFB: hue angle of 222.62º 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 #1E5EFB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 94 251 -
CMYK 0.88 0.63 0 0.02
HSL 222.62º 0.97% 0.55% -
HSV(B) 222.62º 0.88% 0.98% -
XYZ 21.95 15.25 93.05 -
YUV 92.76 217.3 83.23 -
System Red Green Blue C M Y K H S L
Decimal 30 94 251 0.88 0.63 0 0.02 222.62 0.97 0.55
Hex 1E 5E FB 58 3F 0 2 DF 61 37
Octal 36 136 373 130 77 0 2 337 141 67
Binary 11110 1011110 11111011 1011000 111111 0 10 11011111 1100001 110111

Color Harmonies of #1E5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5EFB

Black with #1E5EFB

Text Example


Text Example

White with #1E5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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