Html Css Color HEX #1A4FFA Royal Blue

📋 copy color: '#1A4FFA'

red 26 ◦ green 79 ◦ blue 250

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

Shades of Royal Blue #1A4FFA

Tints of Royal Blue #1A4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

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

R = 7.32%
G = 22.25%
B = 70.42%

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

#1A4FFA (or 0x1A4FFA) is known color: Royal Blue. HEX triplet: 1A, 4F and FA. RGB value is (26,79,250). Sum of RGB (Red+Green+Blue) = 26+79+250=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A4FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4FFA is #E5B005. Grayscale: #515151. Windows color (decimal): -15052806 or 16404250. OLE color: 16404250.

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

Color convert

RGB 26 79 250 -
CMYK 0.90 0.68 0 0.02
HSL 225.8º 0.96% 0.54% -
HSV(B) 225.8º 0.9% 0.98% -
XYZ 20.48 12.71 91.82 -
YUV 82.65 222.44 87.6 -
System Red Green Blue C M Y K H S L
Decimal 26 79 250 0.90 0.68 0 0.02 225.8 0.96 0.54
Hex 1A 4F FA 5A 44 0 2 E2 60 36
Octal 32 117 372 132 104 0 2 342 140 66
Binary 11010 1001111 11111010 1011010 1000100 0 10 11100010 1100000 110110

Color Harmonies of #1A4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4FFA

Black with #1A4FFA

Text Example


Text Example

White with #1A4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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