Html Css Color HEX #1A5FFB Royal Blue

📋 copy color: '#1A5FFB'

red 26 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #1A5FFB

Tints of Royal Blue #1A5FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.47%

R = 6.99%
G = 25.54%
B = 67.47%

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

#1A5FFB (or 0x1A5FFB) is known color: Royal Blue. HEX triplet: 1A, 5F and FB. RGB value is (26,95,251). Sum of RGB (Red+Green+Blue) = 26+95+251=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A5FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5FFB is #E5A004. Grayscale: #5B5B5B. Windows color (decimal): -15048709 or 16473882. OLE color: 16473882.

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

Color convert

RGB 26 95 251 -
CMYK 0.90 0.62 0 0.02
HSL 221.6º 0.97% 0.54% -
HSV(B) 221.6º 0.9% 0.98% -
XYZ 21.93 15.37 93.08 -
YUV 92.15 217.64 80.82 -
System Red Green Blue C M Y K H S L
Decimal 26 95 251 0.90 0.62 0 0.02 221.6 0.97 0.54
Hex 1A 5F FB 5A 3E 0 2 DE 61 36
Octal 32 137 373 132 76 0 2 336 141 66
Binary 11010 1011111 11111011 1011010 111110 0 10 11011110 1100001 110110

Color Harmonies of #1A5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5FFB

Black with #1A5FFB

Text Example


Text Example

White with #1A5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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