Html Css Color HEX #556CF8 Royal Blue

📋 copy color: '#556CF8'

red 85 ◦ green 108 ◦ blue 248

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

Shades of Royal Blue #556CF8

Tints of Royal Blue #556CF8

RGB

 RED value IS 85 (33.59% from 255) = 19.27%

 GREEN value IS 108 (42.58% from 255) = 24.49%

 BLUE value IS 248 (97.27% from 255) = 56.24%

R = 19.27%
G = 24.49%
B = 56.24%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#556CF8 (or 0x556CF8) is known color: Royal Blue. HEX triplet: 55, 6C and F8. RGB value is (85,108,248). Sum of RGB (Red+Green+Blue) = 85+108+248=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #556CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CF8 is #AA9307. Grayscale: #747474. Windows color (decimal): -11178760 or 16280661. OLE color: 16280661.

HSL color Cylindrical-coordinate representation of color #556CF8: hue angle of 231.53º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556CF8 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 108 248 -
CMYK 0.66 0.56 0 0.03
HSL 231.53º 0.92% 0.65% -
HSV(B) 231.53º 0.66% 0.97% -
XYZ 26.05 19.43 91.18 -
YUV 117.08 201.88 105.12 -
System Red Green Blue C M Y K H S L
Decimal 85 108 248 0.66 0.56 0 0.03 231.53 0.92 0.65
Hex 55 6C F8 42 38 0 3 E8 5C 41
Octal 125 154 370 102 70 0 3 350 134 101
Binary 1010101 1101100 11111000 1000010 111000 0 11 11101000 1011100 1000001

Color Harmonies of #556CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CF8

Black with #556CF8

Text Example


Text Example

White with #556CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556CF8; }

 p { color: rgb(85,108,248); }

 H1.HeaderClassName
 {
   color: #556CF8;
 }
 .AnyTagClassName
 {
   color: #556CF8;
 }
</style>

background-color css

<style>
 a { background-color: #556CF8; }

 a { background-color: rgb(85,108,248); }

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

border-color css

<style>
 span { border-color: #556CF8; }

 span { border-color: rgb(85,108,248); }

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