Html Css Color HEX #1C49F5 Royal Blue

📋 copy color: '#1C49F5'

red 28 ◦ green 73 ◦ blue 245

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

Shades of Royal Blue #1C49F5

Tints of Royal Blue #1C49F5

RGB

 RED value IS 28 (11.33% from 255) = 8.09%

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 245 (96.09% from 255) = 70.81%

R = 8.09%
G = 21.1%
B = 70.81%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1C49F5 (or 0x1C49F5) is known color: Royal Blue. HEX triplet: 1C, 49 and F5. RGB value is (28,73,245). Sum of RGB (Red+Green+Blue) = 28+73+245=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 245 (96.09% from 255 or 70.81% from 346); Max value from RGB is 245 - color contains mainly: blue. Hex color #1C49F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C49F5 is #E3B60A. Grayscale: #4E4E4E. Windows color (decimal): -14923275 or 16075036. OLE color: 16075036.

HSL color Cylindrical-coordinate representation of color #1C49F5: hue angle of 227.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C49F5 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 28 73 245 -
CMYK 0.89 0.70 0 0.04
HSL 227.56º 0.92% 0.54% -
HSV(B) 227.56º 0.89% 0.96% -
XYZ 19.34 11.6 87.61 -
YUV 79.15 221.59 91.51 -
System Red Green Blue C M Y K H S L
Decimal 28 73 245 0.89 0.70 0 0.04 227.56 0.92 0.54
Hex 1C 49 F5 59 46 0 4 E4 5C 36
Octal 34 111 365 131 106 0 4 344 134 66
Binary 11100 1001001 11110101 1011001 1000110 0 100 11100100 1011100 110110

Color Harmonies of #1C49F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C49F5

Black with #1C49F5

Text Example


Text Example

White with #1C49F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,245); }

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

background-color css

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

 a { background-color: rgb(28,73,245); }

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

border-color css

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

 span { border-color: rgb(28,73,245); }

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