Html Css Color HEX #1C5AFF Royal Blue

📋 copy color: '#1C5AFF'

red 28 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #1C5AFF

Tints of Royal Blue #1C5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

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

R = 7.51%
G = 24.13%
B = 68.36%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1C5AFF (or 0x1C5AFF) is known color: Royal Blue. HEX triplet: 1C, 5A and FF. RGB value is (28,90,255). Sum of RGB (Red+Green+Blue) = 28+90+255=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5AFF is #E3A500. Grayscale: #595959. Windows color (decimal): -14918913 or 16734748. OLE color: 16734748.

HSL color Cylindrical-coordinate representation of color #1C5AFF: hue angle of 223.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C5AFF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 28 90 255 -
CMYK 0.89 0.65 0 0
HSL 223.61º 1% 0.55% -
HSV(B) 223.61º 0.89% 1% -
XYZ 22.19 14.78 96.29 -
YUV 90.27 220.96 83.58 -
System Red Green Blue C M Y K H S L
Decimal 28 90 255 0.89 0.65 0 0 223.61 1 0.55
Hex 1C 5A FF 59 41 0 0 E0 64 37
Octal 34 132 377 131 101 0 0 340 144 67
Binary 11100 1011010 11111111 1011001 1000001 0 0 11100000 1100100 110111

Color Harmonies of #1C5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5AFF

Black with #1C5AFF

Text Example


Text Example

White with #1C5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,90,255); }

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

background-color css

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

 a { background-color: rgb(28,90,255); }

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

border-color css

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

 span { border-color: rgb(28,90,255); }

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