Html Css Color HEX #1A5FFF Royal Blue

📋 copy color: '#1A5FFF'

red 26 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #1A5FFF

Tints of Royal Blue #1A5FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.82%

R = 6.91%
G = 25.27%
B = 67.82%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A5FFF (or 0x1A5FFF) is known color: Royal Blue. HEX triplet: 1A, 5F and FF. RGB value is (26,95,255). Sum of RGB (Red+Green+Blue) = 26+95+255=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5FFF is #E5A000. Grayscale: #5B5B5B. Windows color (decimal): -15048705 or 16736026. OLE color: 16736026.

HSL color Cylindrical-coordinate representation of color #1A5FFF: hue angle of 221.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A5FFF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 95 255 -
CMYK 0.90 0.63 0 0
HSL 221.92º 1% 0.55% -
HSV(B) 221.92º 0.9% 1% -
XYZ 22.57 15.62 96.43 -
YUV 92.61 219.64 80.49 -
System Red Green Blue C M Y K H S L
Decimal 26 95 255 0.90 0.63 0 0 221.92 1 0.55
Hex 1A 5F FF 5A 3F 0 0 DE 64 37
Octal 32 137 377 132 77 0 0 336 144 67
Binary 11010 1011111 11111111 1011010 111111 0 0 11011110 1100100 110111

Color Harmonies of #1A5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5FFF

Black with #1A5FFF

Text Example


Text Example

White with #1A5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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