Html Css Color HEX #1C5CFD Royal Blue

📋 copy color: '#1C5CFD'

red 28 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #1C5CFD

Tints of Royal Blue #1C5CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 7.51%
G = 24.66%
B = 67.83%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C5CFD (or 0x1C5CFD) is known color: Royal Blue. HEX triplet: 1C, 5C and FD. RGB value is (28,92,253). Sum of RGB (Red+Green+Blue) = 28+92+253=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C5CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5CFD is #E3A302. Grayscale: #5A5A5A. Windows color (decimal): -14918403 or 16604188. OLE color: 16604188.

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

Color convert

RGB 28 92 253 -
CMYK 0.89 0.64 0 0.01
HSL 222.93º 0.98% 0.55% -
HSV(B) 222.93º 0.89% 0.99% -
XYZ 22.04 14.99 94.66 -
YUV 91.22 219.3 82.91 -
System Red Green Blue C M Y K H S L
Decimal 28 92 253 0.89 0.64 0 0.01 222.93 0.98 0.55
Hex 1C 5C FD 59 40 0 1 DF 62 37
Octal 34 134 375 131 100 0 1 337 142 67
Binary 11100 1011100 11111101 1011001 1000000 0 1 11011111 1100010 110111

Color Harmonies of #1C5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5CFD

Black with #1C5CFD

Text Example


Text Example

White with #1C5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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