Html Css Color HEX #1C5CFF Royal Blue

📋 copy color: '#1C5CFF'

red 28 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #1C5CFF

Tints of Royal Blue #1C5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 7.47%
G = 24.53%
B = 68%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1C5CFF (or 0x1C5CFF) is known color: Royal Blue. HEX triplet: 1C, 5C and FF. RGB value is (28,92,255). Sum of RGB (Red+Green+Blue) = 28+92+255=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5CFF is #E3A300. Grayscale: #5A5A5A. Windows color (decimal): -14918401 or 16735260. OLE color: 16735260.

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

Color convert

RGB 28 92 255 -
CMYK 0.89 0.64 0 0
HSL 223.08º 1% 0.55% -
HSV(B) 223.08º 0.89% 1% -
XYZ 22.36 15.12 96.35 -
YUV 91.45 220.3 82.75 -
System Red Green Blue C M Y K H S L
Decimal 28 92 255 0.89 0.64 0 0 223.08 1 0.55
Hex 1C 5C FF 59 40 0 0 DF 64 37
Octal 34 134 377 131 100 0 0 337 144 67
Binary 11100 1011100 11111111 1011001 1000000 0 0 11011111 1100100 110111

Color Harmonies of #1C5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5CFF

Black with #1C5CFF

Text Example


Text Example

White with #1C5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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