Html Css Color HEX #1C55FD Royal Blue

📋 copy color: '#1C55FD'

red 28 ◦ green 85 ◦ blue 253

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

Shades of Royal Blue #1C55FD

Tints of Royal Blue #1C55FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 7.65%
G = 23.22%
B = 69.13%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C55FD (or 0x1C55FD) is known color: Royal Blue. HEX triplet: 1C, 55 and FD. RGB value is (28,85,253). Sum of RGB (Red+Green+Blue) = 28+85+253=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C55FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C55FD is #E3AA02. Grayscale: #565656. Windows color (decimal): -14920195 or 16602396. OLE color: 16602396.

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

Color convert

RGB 28 85 253 -
CMYK 0.89 0.66 0 0.01
HSL 224.8º 0.98% 0.55% -
HSV(B) 224.8º 0.89% 0.99% -
XYZ 21.46 13.84 94.47 -
YUV 87.11 221.62 85.84 -
System Red Green Blue C M Y K H S L
Decimal 28 85 253 0.89 0.66 0 0.01 224.8 0.98 0.55
Hex 1C 55 FD 59 42 0 1 E1 62 37
Octal 34 125 375 131 102 0 1 341 142 67
Binary 11100 1010101 11111101 1011001 1000010 0 1 11100001 1100010 110111

Color Harmonies of #1C55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C55FD

Black with #1C55FD

Text Example


Text Example

White with #1C55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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