Html Css Color HEX #1A4FF1 Royal Blue

📋 copy color: '#1A4FF1'

red 26 ◦ green 79 ◦ blue 241

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

Shades of Royal Blue #1A4FF1

Tints of Royal Blue #1A4FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

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

R = 7.51%
G = 22.83%
B = 69.65%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1A4FF1 (or 0x1A4FF1) is known color: Royal Blue. HEX triplet: 1A, 4F and F1. RGB value is (26,79,241). Sum of RGB (Red+Green+Blue) = 26+79+241=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A4FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4FF1 is #E5B00E. Grayscale: #505050. Windows color (decimal): -15052815 or 15814426. OLE color: 15814426.

HSL color Cylindrical-coordinate representation of color #1A4FF1: hue angle of 225.21º 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 #1A4FF1 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 79 241 -
CMYK 0.89 0.67 0 0.05
HSL 225.21º 0.88% 0.52% -
HSV(B) 225.21º 0.89% 0.95% -
XYZ 19.1 12.16 84.56 -
YUV 81.62 217.94 88.33 -
System Red Green Blue C M Y K H S L
Decimal 26 79 241 0.89 0.67 0 0.05 225.21 0.88 0.52
Hex 1A 4F F1 59 43 0 5 E1 58 34
Octal 32 117 361 131 103 0 5 341 130 64
Binary 11010 1001111 11110001 1011001 1000011 0 101 11100001 1011000 110100

Color Harmonies of #1A4FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4FF1

Black with #1A4FF1

Text Example


Text Example

White with #1A4FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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