Html Css Color HEX #1A55EB Royal Blue

📋 copy color: '#1A55EB'

red 26 ◦ green 85 ◦ blue 235

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

Shades of Royal Blue #1A55EB

Tints of Royal Blue #1A55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

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

R = 7.51%
G = 24.57%
B = 67.92%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A55EB (or 0x1A55EB) is known color: Royal Blue. HEX triplet: 1A, 55 and EB. RGB value is (26,85,235). Sum of RGB (Red+Green+Blue) = 26+85+235=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A55EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A55EB is #E5AA14. Grayscale: #535353. Windows color (decimal): -15051285 or 15422746. OLE color: 15422746.

HSL color Cylindrical-coordinate representation of color #1A55EB: hue angle of 223.06º 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 #1A55EB is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 85 235 -
CMYK 0.89 0.64 0 0.08
HSL 223.06º 0.84% 0.51% -
HSV(B) 223.06º 0.89% 0.92% -
XYZ 18.67 12.71 80.07 -
YUV 84.46 212.95 86.3 -
System Red Green Blue C M Y K H S L
Decimal 26 85 235 0.89 0.64 0 0.08 223.06 0.84 0.51
Hex 1A 55 EB 59 40 0 8 DF 54 33
Octal 32 125 353 131 100 0 10 337 124 63
Binary 11010 1010101 11101011 1011001 1000000 0 1000 11011111 1010100 110011

Color Harmonies of #1A55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A55EB

Black with #1A55EB

Text Example


Text Example

White with #1A55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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