Html Css Color HEX #1C56FC Royal Blue

📋 copy color: '#1C56FC'

red 28 ◦ green 86 ◦ blue 252

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

Shades of Royal Blue #1C56FC

Tints of Royal Blue #1C56FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 7.65%
G = 23.5%
B = 68.85%

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

#1C56FC (or 0x1C56FC) is known color: Royal Blue. HEX triplet: 1C, 56 and FC. RGB value is (28,86,252). Sum of RGB (Red+Green+Blue) = 28+86+252=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C56FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C56FC is #E3A903. Grayscale: #565656. Windows color (decimal): -14919940 or 16537116. OLE color: 16537116.

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

Color convert

RGB 28 86 252 -
CMYK 0.89 0.66 0 0.01
HSL 224.46º 0.97% 0.55% -
HSV(B) 224.46º 0.89% 0.99% -
XYZ 21.38 13.93 93.66 -
YUV 87.58 220.78 85.5 -
System Red Green Blue C M Y K H S L
Decimal 28 86 252 0.89 0.66 0 0.01 224.46 0.97 0.55
Hex 1C 56 FC 59 42 0 1 E0 61 37
Octal 34 126 374 131 102 0 1 340 141 67
Binary 11100 1010110 11111100 1011001 1000010 0 1 11100000 1100001 110111

Color Harmonies of #1C56FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C56FC

Black with #1C56FC

Text Example


Text Example

White with #1C56FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,86,252); }

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

background-color css

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

 a { background-color: rgb(28,86,252); }

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

border-color css

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

 span { border-color: rgb(28,86,252); }

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