Html Css Color HEX #1C56FA Royal Blue

📋 copy color: '#1C56FA'

red 28 ◦ green 86 ◦ blue 250

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

Shades of Royal Blue #1C56FA

Tints of Royal Blue #1C56FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 7.69%
G = 23.63%
B = 68.68%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C56FA (or 0x1C56FA) is known color: Royal Blue. HEX triplet: 1C, 56 and FA. RGB value is (28,86,250). Sum of RGB (Red+Green+Blue) = 28+86+250=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C56FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C56FA is #E3A905. Grayscale: #565656. Windows color (decimal): -14919942 or 16406044. OLE color: 16406044.

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

Color convert

RGB 28 86 250 -
CMYK 0.89 0.66 0 0.02
HSL 224.32º 0.96% 0.55% -
HSV(B) 224.32º 0.89% 0.98% -
XYZ 21.06 13.8 92 -
YUV 87.35 219.78 85.66 -
System Red Green Blue C M Y K H S L
Decimal 28 86 250 0.89 0.66 0 0.02 224.32 0.96 0.55
Hex 1C 56 FA 59 42 0 2 E0 60 37
Octal 34 126 372 131 102 0 2 340 140 67
Binary 11100 1010110 11111010 1011001 1000010 0 10 11100000 1100000 110111

Color Harmonies of #1C56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C56FA

Black with #1C56FA

Text Example


Text Example

White with #1C56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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