Html Css Color HEX #556CF0 Royal Blue

📋 copy color: '#556CF0'

red 85 ◦ green 108 ◦ blue 240

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

Shades of Royal Blue #556CF0

Tints of Royal Blue #556CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.43%

R = 19.63%
G = 24.94%
B = 55.43%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#556CF0 (or 0x556CF0) is known color: Royal Blue. HEX triplet: 55, 6C and F0. RGB value is (85,108,240). Sum of RGB (Red+Green+Blue) = 85+108+240=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #556CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CF0 is #AA930F. Grayscale: #737373. Windows color (decimal): -11178768 or 15756373. OLE color: 15756373.

HSL color Cylindrical-coordinate representation of color #556CF0: hue angle of 231.1º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #556CF0 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 108 240 -
CMYK 0.65 0.55 0 0.06
HSL 231.1º 0.84% 0.64% -
HSV(B) 231.1º 0.65% 0.94% -
XYZ 24.84 18.95 84.79 -
YUV 116.17 197.88 105.77 -
System Red Green Blue C M Y K H S L
Decimal 85 108 240 0.65 0.55 0 0.06 231.1 0.84 0.64
Hex 55 6C F0 41 37 0 6 E7 54 40
Octal 125 154 360 101 67 0 6 347 124 100
Binary 1010101 1101100 11110000 1000001 110111 0 110 11100111 1010100 1000000

Color Harmonies of #556CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CF0

Black with #556CF0

Text Example


Text Example

White with #556CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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