Html Css Color HEX #1A5EFA Royal Blue

📋 copy color: '#1A5EFA'

red 26 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #1A5EFA

Tints of Royal Blue #1A5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.41%

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

R = 7.03%
G = 25.41%
B = 67.57%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A5EFA (or 0x1A5EFA) is known color: Royal Blue. HEX triplet: 1A, 5E and FA. RGB value is (26,94,250). Sum of RGB (Red+Green+Blue) = 26+94+250=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5EFA is #E5A105. Grayscale: #5A5A5A. Windows color (decimal): -15048966 or 16408090. OLE color: 16408090.

HSL color Cylindrical-coordinate representation of color #1A5EFA: hue angle of 221.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A5EFA is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 94 250 -
CMYK 0.90 0.62 0 0.02
HSL 221.79º 0.96% 0.54% -
HSV(B) 221.79º 0.9% 0.98% -
XYZ 21.68 15.13 92.22 -
YUV 91.45 217.47 81.32 -
System Red Green Blue C M Y K H S L
Decimal 26 94 250 0.90 0.62 0 0.02 221.79 0.96 0.54
Hex 1A 5E FA 5A 3E 0 2 DE 60 36
Octal 32 136 372 132 76 0 2 336 140 66
Binary 11010 1011110 11111010 1011010 111110 0 10 11011110 1100000 110110

Color Harmonies of #1A5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5EFA

Black with #1A5EFA

Text Example


Text Example

White with #1A5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,94,250); }

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

background-color css

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

 a { background-color: rgb(26,94,250); }

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

border-color css

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

 span { border-color: rgb(26,94,250); }

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