Html Css Color HEX #1A58EB Royal Blue

📋 copy color: '#1A58EB'

red 26 ◦ green 88 ◦ blue 235

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

Shades of Royal Blue #1A58EB

Tints of Royal Blue #1A58EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 7.45%
G = 25.21%
B = 67.34%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A58EB (or 0x1A58EB) is known color: Royal Blue. HEX triplet: 1A, 58 and EB. RGB value is (26,88,235). Sum of RGB (Red+Green+Blue) = 26+88+235=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A58EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A58EB is #E5A714. Grayscale: #555555. Windows color (decimal): -15050517 or 15423514. OLE color: 15423514.

HSL color Cylindrical-coordinate representation of color #1A58EB: hue angle of 222.2º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A58EB is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 88 235 -
CMYK 0.89 0.63 0 0.08
HSL 222.2º 0.84% 0.51% -
HSV(B) 222.2º 0.89% 0.92% -
XYZ 18.91 13.2 80.15 -
YUV 86.22 211.96 85.05 -
System Red Green Blue C M Y K H S L
Decimal 26 88 235 0.89 0.63 0 0.08 222.2 0.84 0.51
Hex 1A 58 EB 59 3F 0 8 DE 54 33
Octal 32 130 353 131 77 0 10 336 124 63
Binary 11010 1011000 11101011 1011001 111111 0 1000 11011110 1010100 110011

Color Harmonies of #1A58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A58EB

Black with #1A58EB

Text Example


Text Example

White with #1A58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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