Html Css Color HEX #1A5FFA Royal Blue

📋 copy color: '#1A5FFA'

red 26 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #1A5FFA

Tints of Royal Blue #1A5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

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

R = 7.01%
G = 25.61%
B = 67.39%

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

#1A5FFA (or 0x1A5FFA) is known color: Royal Blue. HEX triplet: 1A, 5F and FA. RGB value is (26,95,250). Sum of RGB (Red+Green+Blue) = 26+95+250=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5FFA is #E5A005. Grayscale: #5B5B5B. Windows color (decimal): -15048710 or 16408346. OLE color: 16408346.

HSL color Cylindrical-coordinate representation of color #1A5FFA: hue angle of 221.52º 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 #1A5FFA is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 95 250 -
CMYK 0.90 0.62 0 0.02
HSL 221.52º 0.96% 0.54% -
HSV(B) 221.52º 0.9% 0.98% -
XYZ 21.77 15.31 92.25 -
YUV 92.04 217.14 80.9 -
System Red Green Blue C M Y K H S L
Decimal 26 95 250 0.90 0.62 0 0.02 221.52 0.96 0.54
Hex 1A 5F FA 5A 3E 0 2 DE 60 36
Octal 32 137 372 132 76 0 2 336 140 66
Binary 11010 1011111 11111010 1011010 111110 0 10 11011110 1100000 110110

Color Harmonies of #1A5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5FFA

Black with #1A5FFA

Text Example


Text Example

White with #1A5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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