Html Css Color HEX #1E5CFF Royal Blue

📋 copy color: '#1E5CFF'

red 30 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #1E5CFF

Tints of Royal Blue #1E5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

 BLUE value IS 255 (100% from 255) = 67.64%

R = 7.96%
G = 24.4%
B = 67.64%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1E5CFF (or 0x1E5CFF) is known color: Royal Blue. HEX triplet: 1E, 5C and FF. RGB value is (30,92,255). Sum of RGB (Red+Green+Blue) = 30+92+255=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5CFF is #E1A300. Grayscale: #5B5B5B. Windows color (decimal): -14787329 or 16735262. OLE color: 16735262.

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

Color convert

RGB 30 92 255 -
CMYK 0.88 0.64 0 0
HSL 223.47º 1% 0.56% -
HSV(B) 223.47º 0.88% 1% -
XYZ 22.41 15.15 96.35 -
YUV 92.04 219.96 83.75 -
System Red Green Blue C M Y K H S L
Decimal 30 92 255 0.88 0.64 0 0 223.47 1 0.56
Hex 1E 5C FF 58 40 0 0 DF 64 38
Octal 36 134 377 130 100 0 0 337 144 70
Binary 11110 1011100 11111111 1011000 1000000 0 0 11011111 1100100 111000

Color Harmonies of #1E5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5CFF

Black with #1E5CFF

Text Example


Text Example

White with #1E5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,92,255); }

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

background-color css

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

 a { background-color: rgb(30,92,255); }

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

border-color css

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

 span { border-color: rgb(30,92,255); }

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