Html Css Color HEX #1A54F1 Royal Blue

📋 copy color: '#1A54F1'

red 26 ◦ green 84 ◦ blue 241

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

Shades of Royal Blue #1A54F1

Tints of Royal Blue #1A54F1

RGB

 RED value IS 26 (10.55% from 255) = 7.41%

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

 BLUE value IS 241 (94.53% from 255) = 68.66%

R = 7.41%
G = 23.93%
B = 68.66%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1A54F1 (or 0x1A54F1) is known color: Royal Blue. HEX triplet: 1A, 54 and F1. RGB value is (26,84,241). Sum of RGB (Red+Green+Blue) = 26+84+241=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A54F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A54F1 is #E5AB0E. Grayscale: #535353. Windows color (decimal): -15051535 or 15815706. OLE color: 15815706.

HSL color Cylindrical-coordinate representation of color #1A54F1: hue angle of 223.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A54F1 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 84 241 -
CMYK 0.89 0.65 0 0.05
HSL 223.81º 0.88% 0.52% -
HSV(B) 223.81º 0.89% 0.95% -
XYZ 19.47 12.91 84.68 -
YUV 84.56 216.28 86.23 -
System Red Green Blue C M Y K H S L
Decimal 26 84 241 0.89 0.65 0 0.05 223.81 0.88 0.52
Hex 1A 54 F1 59 41 0 5 E0 58 34
Octal 32 124 361 131 101 0 5 340 130 64
Binary 11010 1010100 11110001 1011001 1000001 0 101 11100000 1011000 110100

Color Harmonies of #1A54F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A54F1

Black with #1A54F1

Text Example


Text Example

White with #1A54F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,84,241); }

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

background-color css

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

 a { background-color: rgb(26,84,241); }

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

border-color css

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

 span { border-color: rgb(26,84,241); }

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