Html Css Color HEX #1A50FA Royal Blue

📋 copy color: '#1A50FA'

red 26 ◦ green 80 ◦ blue 250

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

Shades of Royal Blue #1A50FA

Tints of Royal Blue #1A50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 7.3%
G = 22.47%
B = 70.22%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A50FA (or 0x1A50FA) is known color: Royal Blue. HEX triplet: 1A, 50 and FA. RGB value is (26,80,250). Sum of RGB (Red+Green+Blue) = 26+80+250=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A50FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A50FA is #E5AF05. Grayscale: #525252. Windows color (decimal): -15052550 or 16404506. OLE color: 16404506.

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

Color convert

RGB 26 80 250 -
CMYK 0.90 0.68 0 0.02
HSL 225.54º 0.96% 0.54% -
HSV(B) 225.54º 0.9% 0.98% -
XYZ 20.55 12.86 91.84 -
YUV 83.23 222.11 87.18 -
System Red Green Blue C M Y K H S L
Decimal 26 80 250 0.90 0.68 0 0.02 225.54 0.96 0.54
Hex 1A 50 FA 5A 44 0 2 E2 60 36
Octal 32 120 372 132 104 0 2 342 140 66
Binary 11010 1010000 11111010 1011010 1000100 0 10 11100010 1100000 110110

Color Harmonies of #1A50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A50FA

Black with #1A50FA

Text Example


Text Example

White with #1A50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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