Html Css Color HEX #1E54FA Royal Blue

📋 copy color: '#1E54FA'

red 30 ◦ green 84 ◦ blue 250

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

Shades of Royal Blue #1E54FA

Tints of Royal Blue #1E54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 8.24%
G = 23.08%
B = 68.68%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E54FA (or 0x1E54FA) is known color: Royal Blue. HEX triplet: 1E, 54 and FA. RGB value is (30,84,250). Sum of RGB (Red+Green+Blue) = 30+84+250=364 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.24% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E54FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E54FA is #E1AB05. Grayscale: #565656. Windows color (decimal): -14789382 or 16405534. OLE color: 16405534.

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

Color convert

RGB 30 84 250 -
CMYK 0.88 0.66 0 0.02
HSL 225.27º 0.96% 0.55% -
HSV(B) 225.27º 0.88% 0.98% -
XYZ 20.96 13.52 91.95 -
YUV 86.78 220.11 87.5 -
System Red Green Blue C M Y K H S L
Decimal 30 84 250 0.88 0.66 0 0.02 225.27 0.96 0.55
Hex 1E 54 FA 58 42 0 2 E1 60 37
Octal 36 124 372 130 102 0 2 341 140 67
Binary 11110 1010100 11111010 1011000 1000010 0 10 11100001 1100000 110111

Color Harmonies of #1E54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E54FA

Black with #1E54FA

Text Example


Text Example

White with #1E54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,250); }

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

background-color css

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

 a { background-color: rgb(30,84,250); }

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

border-color css

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

 span { border-color: rgb(30,84,250); }

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