Html Css Color HEX #1A51FE Royal Blue

📋 copy color: '#1A51FE'

red 26 ◦ green 81 ◦ blue 254

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

Shades of Royal Blue #1A51FE

Tints of Royal Blue #1A51FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 7.2%
G = 22.44%
B = 70.36%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1A51FE (or 0x1A51FE) is known color: Royal Blue. HEX triplet: 1A, 51 and FE. RGB value is (26,81,254). Sum of RGB (Red+Green+Blue) = 26+81+254=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A51FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A51FE is #E5AE01. Grayscale: #535353. Windows color (decimal): -15052290 or 16666906. OLE color: 16666906.

HSL color Cylindrical-coordinate representation of color #1A51FE: hue angle of 225.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A51FE is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 81 254 -
CMYK 0.90 0.68 0 0.00
HSL 225.53º 0.99% 0.55% -
HSV(B) 225.53º 0.9% 1% -
XYZ 21.26 13.26 95.2 -
YUV 84.28 223.78 86.43 -
System Red Green Blue C M Y K H S L
Decimal 26 81 254 0.90 0.68 0 0.00 225.53 0.99 0.55
Hex 1A 51 FE 5A 44 0 0 E2 63 37
Octal 32 121 376 132 104 0 0 342 143 67
Binary 11010 1010001 11111110 1011010 1000100 0 0 11100010 1100011 110111

Color Harmonies of #1A51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A51FE

Black with #1A51FE

Text Example


Text Example

White with #1A51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,81,254); }

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

background-color css

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

 a { background-color: rgb(26,81,254); }

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

border-color css

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

 span { border-color: rgb(26,81,254); }

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