Html Css Color HEX #1A5AF0 Royal Blue

📋 copy color: '#1A5AF0'

red 26 ◦ green 90 ◦ blue 240

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

Shades of Royal Blue #1A5AF0

Tints of Royal Blue #1A5AF0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 240 (94.14% from 255) = 67.42%

R = 7.3%
G = 25.28%
B = 67.42%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A5AF0 (or 0x1A5AF0) is known color: Royal Blue. HEX triplet: 1A, 5A and F0. RGB value is (26,90,240). Sum of RGB (Red+Green+Blue) = 26+90+240=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #1A5AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5AF0 is #E5A50F. Grayscale: #575757. Windows color (decimal): -15050000 or 15751706. OLE color: 15751706.

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

Color convert

RGB 26 90 240 -
CMYK 0.89 0.62 0 0.06
HSL 222.06º 0.88% 0.52% -
HSV(B) 222.06º 0.89% 0.94% -
XYZ 19.81 13.82 84.06 -
YUV 87.96 213.8 83.8 -
System Red Green Blue C M Y K H S L
Decimal 26 90 240 0.89 0.62 0 0.06 222.06 0.88 0.52
Hex 1A 5A F0 59 3E 0 6 DE 58 34
Octal 32 132 360 131 76 0 6 336 130 64
Binary 11010 1011010 11110000 1011001 111110 0 110 11011110 1011000 110100

Color Harmonies of #1A5AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5AF0

Black with #1A5AF0

Text Example


Text Example

White with #1A5AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,90,240); }

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

background-color css

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

 a { background-color: rgb(26,90,240); }

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

border-color css

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

 span { border-color: rgb(26,90,240); }

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