Html Css Color HEX #1A58FF Royal Blue

📋 copy color: '#1A58FF'

red 26 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #1A58FF

Tints of Royal Blue #1A58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 7.05%
G = 23.85%
B = 69.11%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A58FF (or 0x1A58FF) is known color: Royal Blue. HEX triplet: 1A, 58 and FF. RGB value is (26,88,255). Sum of RGB (Red+Green+Blue) = 26+88+255=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A58FF is #E5A700. Grayscale: #575757. Windows color (decimal): -15050497 or 16734234. OLE color: 16734234.

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

Color convert

RGB 26 88 255 -
CMYK 0.90 0.65 0 0
HSL 223.76º 1% 0.55% -
HSV(B) 223.76º 0.9% 1% -
XYZ 21.97 14.42 96.23 -
YUV 88.5 221.96 83.42 -
System Red Green Blue C M Y K H S L
Decimal 26 88 255 0.90 0.65 0 0 223.76 1 0.55
Hex 1A 58 FF 5A 41 0 0 E0 64 37
Octal 32 130 377 132 101 0 0 340 144 67
Binary 11010 1011000 11111111 1011010 1000001 0 0 11100000 1100100 110111

Color Harmonies of #1A58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A58FF

Black with #1A58FF

Text Example


Text Example

White with #1A58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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