Html Css Color HEX #1A57FF Royal Blue

📋 copy color: '#1A57FF'

red 26 ◦ green 87 ◦ blue 255

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

Shades of Royal Blue #1A57FF

Tints of Royal Blue #1A57FF

RGB

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

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

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

R = 7.07%
G = 23.64%
B = 69.29%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A57FF (or 0x1A57FF) is known color: Royal Blue. HEX triplet: 1A, 57 and FF. RGB value is (26,87,255). Sum of RGB (Red+Green+Blue) = 26+87+255=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A57FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A57FF is #E5A800. Grayscale: #575757. Windows color (decimal): -15050753 or 16733978. OLE color: 16733978.

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

Color convert

RGB 26 87 255 -
CMYK 0.90 0.66 0 0
HSL 224.02º 1% 0.55% -
HSV(B) 224.02º 0.9% 1% -
XYZ 21.88 14.26 96.21 -
YUV 87.91 222.29 83.84 -
System Red Green Blue C M Y K H S L
Decimal 26 87 255 0.90 0.66 0 0 224.02 1 0.55
Hex 1A 57 FF 5A 42 0 0 E0 64 37
Octal 32 127 377 132 102 0 0 340 144 67
Binary 11010 1010111 11111111 1011010 1000010 0 0 11100000 1100100 110111

Color Harmonies of #1A57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A57FF

Black with #1A57FF

Text Example


Text Example

White with #1A57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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