Html Css Color HEX #1C5AFE Royal Blue

📋 copy color: '#1C5AFE'

red 28 ◦ green 90 ◦ blue 254

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

Shades of Royal Blue #1C5AFE

Tints of Royal Blue #1C5AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.28%

R = 7.53%
G = 24.19%
B = 68.28%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1C5AFE (or 0x1C5AFE) is known color: Royal Blue. HEX triplet: 1C, 5A and FE. RGB value is (28,90,254). Sum of RGB (Red+Green+Blue) = 28+90+254=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C5AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5AFE is #E3A501. Grayscale: #595959. Windows color (decimal): -14918914 or 16669212. OLE color: 16669212.

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

Color convert

RGB 28 90 254 -
CMYK 0.89 0.65 0 0.00
HSL 223.54º 0.99% 0.55% -
HSV(B) 223.54º 0.89% 1% -
XYZ 22.02 14.71 95.45 -
YUV 90.16 220.46 83.66 -
System Red Green Blue C M Y K H S L
Decimal 28 90 254 0.89 0.65 0 0.00 223.54 0.99 0.55
Hex 1C 5A FE 59 41 0 0 E0 63 37
Octal 34 132 376 131 101 0 0 340 143 67
Binary 11100 1011010 11111110 1011001 1000001 0 0 11100000 1100011 110111

Color Harmonies of #1C5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5AFE

Black with #1C5AFE

Text Example


Text Example

White with #1C5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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