Html Css Color HEX #1A57EB Royal Blue

📋 copy color: '#1A57EB'

red 26 ◦ green 87 ◦ blue 235

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

Shades of Royal Blue #1A57EB

Tints of Royal Blue #1A57EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 7.47%
G = 25%
B = 67.53%

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

#1A57EB (or 0x1A57EB) is known color: Royal Blue. HEX triplet: 1A, 57 and EB. RGB value is (26,87,235). Sum of RGB (Red+Green+Blue) = 26+87+235=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A57EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A57EB is #E5A814. Grayscale: #545454. Windows color (decimal): -15050773 or 15423258. OLE color: 15423258.

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

Color convert

RGB 26 87 235 -
CMYK 0.89 0.63 0 0.08
HSL 222.49º 0.84% 0.51% -
HSV(B) 222.49º 0.89% 0.92% -
XYZ 18.83 13.03 80.12 -
YUV 85.63 212.29 85.47 -
System Red Green Blue C M Y K H S L
Decimal 26 87 235 0.89 0.63 0 0.08 222.49 0.84 0.51
Hex 1A 57 EB 59 3F 0 8 DE 54 33
Octal 32 127 353 131 77 0 10 336 124 63
Binary 11010 1010111 11101011 1011001 111111 0 1000 11011110 1010100 110011

Color Harmonies of #1A57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A57EB

Black with #1A57EB

Text Example


Text Example

White with #1A57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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