Html Css Color HEX #1A55FC Royal Blue

📋 copy color: '#1A55FC'

red 26 ◦ green 85 ◦ blue 252

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

Shades of Royal Blue #1A55FC

Tints of Royal Blue #1A55FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 7.16%
G = 23.42%
B = 69.42%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1A55FC (or 0x1A55FC) is known color: Royal Blue. HEX triplet: 1A, 55 and FC. RGB value is (26,85,252). Sum of RGB (Red+Green+Blue) = 26+85+252=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A55FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A55FC is #E5AA03. Grayscale: #555555. Windows color (decimal): -15051268 or 16536858. OLE color: 16536858.

HSL color Cylindrical-coordinate representation of color #1A55FC: hue angle of 224.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A55FC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 85 252 -
CMYK 0.90 0.66 0 0.01
HSL 224.34º 0.97% 0.55% -
HSV(B) 224.34º 0.9% 0.99% -
XYZ 21.25 13.74 93.63 -
YUV 86.4 221.45 84.92 -
System Red Green Blue C M Y K H S L
Decimal 26 85 252 0.90 0.66 0 0.01 224.34 0.97 0.55
Hex 1A 55 FC 5A 42 0 1 E0 61 37
Octal 32 125 374 132 102 0 1 340 141 67
Binary 11010 1010101 11111100 1011010 1000010 0 1 11100000 1100001 110111

Color Harmonies of #1A55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A55FC

Black with #1A55FC

Text Example


Text Example

White with #1A55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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